SelectFirstRunningJob() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the SelectFirstRunningJob() method to select the row in the grid corresponding to the first running job. If none of the above are valid, then the first row in the grid is selected.
Syntax
SelectFirstRunningJob(selectFirstJobAsDefault);
Parameter
selectFirstJobAsDefault
A Boolean value that, if True, tells the method to select the first job if no jobs are running.