Class: Manual
PendingActivityInfo.PauseInfo.Manual
Represents a Manual.
Implements
Constructors
constructor
• new Manual(properties?
): Manual
Constructs a new Manual.
Parameters
Name | Type | Description |
---|---|---|
properties? | IManual | Properties to set |
Returns
Properties
identity
• identity: string
The identity of the actor that paused the activity.
Implementation of
reason
• reason: string
Reason for pausing the activity.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this Manual to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): Manual
Creates a new Manual instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IManual | Properties to set |
Returns
Manual instance