Returns the number of seconds since the last activation of a context.
|
Syntax:
|
CtxLstUse (context entry or identifier)
|
Parameters:
|
context entry or identifier: A number representing the context. This number can be either the context entry number in the current context list or the actual context identifier.
|
Returns:
|
Active returns 0.
Pending returns the number of seconds since the last activation.
Terminated returns -1.
Invalid returns -2.
|
Note:
|
Before evaluating the CtxLstUse function, you should load the contexts list by evaluating the CtxNum function.
|
See also:
|
The Online and Rich Client Samples projects (program ES01 and RES01)
|