maeSetJobControlMode
maeSetJobControlModet_mode( [?sessiont_sessionName] ) => t / nil
Description
Sets the job control mode in the given session.
Arguments
|
Name of the session. When not specified, it uses the current session. |
|
Value Returned
Examples
Sets the specified job control mode for the current session
maeSetJobControlMode("ICRP")
=>t
Sets the specified job control mode for the given session
maeSetJobControlMode("ICRP" ?session "fnxSession0")
=>t
Return to top