ProcessExists
ProcessExists determines whether a specific TurboIntegrator process exists.
The ProcessExists function returns one of three possible values:
- If a TurboIntegrator process with the specified name does not exist, the function returns 0.
- If a process with the specified name does exist and is valid, the function returns 1.
- If a process with the specified name does exist, but has compilation errors, the function returns -1.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
ProcessExists(ProcessName);
Argument |
Description |
---|---|
ProcessName |
The name of the process for which you are trying to determine status. |