Name |
GetCUNextValidate |
||||||||||||||||
Purpose |
Gets the time of the planned next automatic validate for the concurrent user module on the local Licence Protector instance |
||||||||||||||||
Params |
|
||||||||||||||||
Returncode |
|
||||||||||||||||
Usage |
E.g. to show the time in a kind of system settings dialog |
||||||||||||||||
Sample |
dtTime := lic.GetCUNextValidate(‘D1006’, ‘’, true); if dtTime = 0 then begin << no usable time due to an error >> ... end else begin << show the time or use it in calculations>> ... |
||||||||||||||||
See also |
Concurrent user modules, GetCUIsRunning, GetCULastValidate, GetCURunCounter, CheckInterval, SetCheckInterval |