Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

A boolean indicating whether the process instance has an active timer interval.

 

Syntax

Code Block
themeRDark
languagejavascript
linenumberstrue
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.

Div
classbox

Availability

Requires:

  • Warzone 3.1 or above
  • Process 0.1 or above