lic.LicLockResource
This job locks a named resource for the current working session. It complements the publicly documented counterpart lic.LicFreeResource, which releases locks, and lic.LicGetLockCount, which determines active locks.
|
This job is not listed in the official enaio® licensing engine overview ( |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Reserved; always pass |
|
STRING |
Yes |
Name of the resource to be locked. |
|
STRING |
Yes |
GUID of the active working session to which the lock is assigned. |
|
INT |
Yes |
Timestamp of the lock start as Unix seconds since epoch. |
3. See Also
-
lic.LicFreeResource — releases a previously locked resource
-
lic.LicGetLockCount — determines the active locks on a resource