IBMCompositeJob.scheduling_mode#
- IBMCompositeJob.scheduling_mode()[source]#
Return the scheduling mode the job is in.
The scheduling mode indicates how the job is scheduled to run. For example,
fairshare
indicates the job is scheduled using a fairshare algorithm.fairshare
is returned if any of the sub-jobs has scheduling mode offairshare
.This information is only available if the job status is
RUNNING
orDONE
.- Return type:
Optional
[str
]- Returns:
The scheduling mode the job is in or
None
if the information is not available.