TM1 Function for TI, ProcessExists
Checks if a process exists.
What is the ProcessExists function?
ProcessExists checks if a process exists. 1 is returned if the process exist, 0 if it does not exist. If a process exists, but has compilation errors, -1 is returned.
Where can the ProcessExists function be used?
TurboIntegrator
What is the syntax for ProcessExists?
ProcessExists(ProcessName);
ProcessName = Name of the subset to be checked.
A demonstration on how to use ProcessExists
Use ProcessExists to check if the process, TrainingProcess, exist on the TM1 Server.