(info) This AI is still in early stages of development.

instance.active

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.

Availability

Requires:

  • Warzone 3.1 or above
  • Process 0.1 or above

Â