Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JobLifecycleState

Lifecycle state for jobs. ACTIVE - The job is active and will execute based on it's schedule information. INACTIVE - The job is inactive and will not execute based on it's schedule until it is ACTIVE. EXPIRED - The job's schedule has expired and will not result in any further executions. This is a terminal state.

Enumeration members

Active

Active: = "ACTIVE"

Expired

Expired: = "EXPIRED"

Inactive

Inactive: = "INACTIVE"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj