maeIsEvaluatorProcess
maeIsEvaluatorProcess( [?sessiont_session] ) => t / nil
Description
Returns t if currently the expression evaluator service process is running for ADE Assembler or ADE Explorer. You can use this function in your .cdsinit file or in custom SKILL code.
Arguments
Value Returned
|
Indicates that the expression evaluator service process is running. |
||
|
Indicates that the the expression evaluator service process is not running. |
||
Examples
Indicates that the the expression evaluator service process is not running.
maeIsEvaluatorProcess( )
=> nil
Return to top