maeIsValidMaestroSession
maeIsValidMaestroSession(
t_sessionName
)
=> t / nil
Description
Confirms if the given session is valid for ADE Explorer or ADE Assembler.
Arguments
Value Returned
|
The specified session is a valid ADE Explorer or ADE Assembler session. |
||
Examples
Specifies that the session fnxSession0 is valid.
maeIsValidMaestroSession("fnxSession0")
=> t
Return to top