module:model/ProgressInstance

module:model/ProgressInstance

new module:model/ProgressInstance()

Source:

Constructs a new ProgressInstance.
The progress information for a workflow instance

Members

(inner) completedSteps :Number

Source:

The number of completed steps for this workflow instance

Type:
  • Number

(inner) currentCompletedStepName :String

Source:

The last completed step name

Type:
  • String

(inner) totalSteps :Number

Source:

The total number of steps for this workflow instance

Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {module:model/ProgressInstance}

Source:

Constructs a ProgressInstance from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/ProgressInstance

Optional instance to populate.

Returns:

The populated ProgressInstance instance.

Type
module:model/ProgressInstance