relxIsAgingOn
relxIsAgingOn(t_sessionName) =>t/nil
Description
Checks whether aging is ON or OFF in the specified session.
Arguments
|
Name of the Spectre session. You can also use the |
Value Returned
|
Aging is |
Examples
In this example, the function returns t if aging is ON in the current session.
session = asiGetCurrentSession()
relxIsAgingOn (session)
=> t
Return to top