Versions Compared

Key

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

Fired when the interval timer for a process instance becomes active.

 

Syntax

Code Block
themeRDark
languagejavascript
linenumberstrue
Processes("myProcess").onActivate = function(processName, processData) {
  // event handling code here
}

Parameters

ParameterTypeNotesProcess Version
processNameStringThe name of the instance that has been activated.0.1
processDataObjectThe data object associated with the activated instance.0.1

Return values

The return value of the event handler is ignored.

Div
classbox

Availability

Requires:

  • Warzone 3.1 or above
  • Process 0.1 or above

Future changes may include allowing a return value to prevent activation.