StartJobEnabled property
- Last UpdatedNov 26, 2024
- 1 minute read
Use the StartJobEnabled property to determine if the functionality of the Start Job button is enabled. The Start Job button allows the operator to start the selected job.
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 not running or canceled, and the entity has the capacity to run this job, and the operator has the privilege to override the queue or the selected job is the next job in the queue.
The StartJobEnabled property indicates if the selected job can be started because the method can be called directly without using the button on the Button Bar control.
|
Data Type |
Read/Write |
Default Value |
|---|---|---|
|
Boolean |
Read Only |
False |