maeGetJobControlMode
maeGetJobControlMode( [?sessiont_sessionName] ) =>t_controlMode/ nil
Description
Returns the job control mode currently set in the given session.
Arguments
|
Name of the session. When not specified, it uses the current session. |
||
Value Returned
|
Returns |
||
Examples
Returns the job control mode set in the given session.
maeGetJobControlMode()
=> "LSCS"
Return to top