Skip to content

Commit

Permalink
add text about overriding macCheckoutValidity (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rudkovskiy committed Oct 7, 2023
1 parent ec6cdbd commit 10efd7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/licensing-models/floating.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ On validation, this licensing model requires the following [validate parameters]
- **`checkOut`** - check out a session and assign it an identifier `<sessionId>`. If session with given identifier already checked out, its validity extended.
- **`checkIn`** - check in session with identifier `<sessionId>`, returning it to the pool of available sessions.

To modify the "maxCheckoutValidity" module parameter, simply include the following:
- **`maxCheckoutValidityN=<maxCheckoutValidity>`** `<maxCheckoutValidity>` - This value represents the desired floating license maximum checkout validity, specified in seconds.

### Validation returns values:

- `Boolean` **`valid`** - **`true`** if action is **`checkOut`** and operation succeeds, hence the product use is allowed. **`false`** on not successful checkout or when action is **`checkIn`**.
Expand Down

0 comments on commit 10efd7c

Please sign in to comment.