Hide Table of Contents
Class: JobHold

Description

The JobHold class represents a collection of holds that is associated with a job.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobHold()

Properties

NameTypeSummary
heldBystringThe user name of the person that applied the hold.
holdCommentsstringThe comment added to support the hold.
holdDatedateThe date the hold was added.
idintA unique identifier for the hold.
releaseCommentstringThe comment added to support releasing the hold.
releasedBystringThe user name of the person that released the hold.
releasedDatedateThe date the hold was release.
typeintA numeric identifier that represents the type of hold.
Property Details

<string> heldBy

The user name of the person that applied the hold.

<string> holdCommemnts

The comment added to support the hold.

<date> holdDate

The date the hold was added.

<int> Id

A unique identifier for the hold.

<string> releaseComment

The comment added to support releasing the hold.

<string> releasedBy

The user name of the person that released the hold.

<date> releasedDate

The date the hold was released.

<int> type

A numeric identifier that represents the type of hold.