Activity.state

The field represents the current state of the activity.

Availability

IBM® Tivoli® Identity Manager 4.x

IBM Tivoli Identity Manager 5.x

IBM Security Identity Manager 6.x

IBM Security Identity Manager 7.0.

Synopsis
activity.state
Description
This read-only field is a code string that represents the current state of the activity. The state can have the following values:
  • R for running
  • I for not started
  • T for terminated
  • A for aborted
  • S for suspended
  • C for completed
  • B for bypassed
Usage
if (activity.state == "S") {
  …
}