axlIsICRPProcess
axlIsICRPProcess( ) => t / nil
Description
Returns t if the code is currently running in a remote child process for the tool. You can use this function in your .cdsinit file or in custom SKILL code.
Arguments
Value Returned
Examples
Specifies that the code is being run in a remote child process for the tool.
axlIsICRPProcess( )
=> t
Return to top