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