Description
The JobHold class represents a collection of holds that is associated with a job.
Class hierarchy
esri.WorkflowManager.SupportClasses.JobHold()
Properties
heldBy | string | The user name of the person that applied the hold. |
holdComments | string | The comment added to support the hold. |
holdDate | date | The date the hold was added. |
id | int | A unique identifier for the hold. |
releaseComment | string | The comment added to support releasing the hold. |
releasedBy | string | The user name of the person that released the hold. |
releasedDate | date | The date the hold was release. |
type | int | A numeric identifier that represents the type of hold. |
Property Details
The user name of the person that applied the hold.
The comment added to support the hold.
The date the hold was added.
A unique identifier for the hold.
The comment added to support releasing the hold.
The user name of the person that released the hold.
The date the hold was released.
A numeric identifier that represents the type of hold.