Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeIsEvaluatorProcess

maeIsEvaluatorProcess(
[ ?session t_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

None

Value Returned

t

Indicates that the expression evaluator service process is running.

nil

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
 ⠀
X