サマリー
The Hold object provides access to the hold associated with the job.
説明
Holds suspend the job activity for an indefinite amount of time until it is released. A hold can be applied to a job for the following reasons:
- Insufficient funding
- Technical problems
- Missing data
- Lack of resources
プロパティ
| プロパティ | 説明 | データ タイプ |
| active (読み取り専用) | Indicates whether the hold is currently active or has been released. | Boolean |
| comment (読み取り専用) | The comment stored as a reason for adding the hold. | String |
| holdDate (読み取り専用) | The date and time when the hold was added to the job. | DateTime |
| ID (読み取り専用) | The ID of the hold associated with the job. | Integer |
| releaseDate (読み取り専用) | The date and time when the hold was released. | DateTime |
| releaseBy (読み取り専用) | The user name of the user who released the hold. | String |
| type (読み取り専用) | The name of the HoldType template used to create the job hold. | String |
| typeID (読み取り専用) | The ID of the HoldType template used to create the job hold. | Integer |