PauseJobEnabled property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the PauseJobEnabled property to determine if the functionality of the Pause Job button is enabled. This button allows the operator to put the selected job into a Suspended, New, or Onhold state.
The default value is False, but the value is changed to True in the EnableDisableButtons() method if a job is selected on the queue grid and the job is in a running or suspended state, or it is on hold and the operator has the privilege to take a job off of hold.
The PauseJobEnabled property also indicates if the selected job can be paused because the method can be called directly without using the button on the button bar.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Boolean |
Read Only |
False |