A boolean indicating whether the process instance has an active timer interval.
Â
Syntax
Processes("myProcess").active
Notes
Do not update this property directly!
To activate or deactivate an instance use the instance.activate() and instance.deactivate() methods as they will ensure timers are set or removed accordingly.