|
||
Name |
GetCUIsRunning |
||||||||||||||||
Purpose |
Checks if the concurrent user module for the user is running on the local Licence Protector instance |
||||||||||||||||
Params |
|
||||||||||||||||
Returncode |
|
||||||||||||||||
Usage |
E.g. to check whether the concurrent user module for the user is already activated on that client |
||||||||||||||||
Sample |
iRun := lic.GetCUIsRunning(‘D1006’, ‘’, true); if iRun = 1 then begin << Module D1006 already runs >> ... end else begin << Module does not exist or is not running >> ... |
||||||||||||||||
See also |
Concurrent user modules, GetCULastValidate, GetCUNextValidate, GetCURunCounter |