checkout - Script command
Obtains the given license feature from the license server and holds it for the duration of the application's lifetime. Any additional checkout attempts by the application for the license will not increment the license count. Closing the application is the only way to release the license back into the pool.
Syntax |
Description |
---|---|
checkout("licensefeature"); |
Obtains the given license feature from the license server and holds it for the duration of the application's lifetime. |
Example
This example obtains and holds the heat solver license feature from the license server.
checkout("heat_solver");
See Also