This AI is still in early stages of development.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

 

  • No labels