Please enable JavaScript to view this site.

Process Designer

Navigation: PHP API > Determine instance data

Check for simulation (isSimulation)

Scroll Prev Top Next More

This function allows you to determine if the current instance is a simulation.

Parameter

Type

Description

-

-

-

If the return value is a simulation the function returns the value true, otherwise false.

Example:

if ($this->isSimulation()) {

    …

} else {

    …

}