LMIJob.
lmi_is_job_completed
(job)[source]¶Helper function, which returns bool flag, if the job is in completed state.
Parameters: | job – LMIInstance or CIMInstance representing a job |
---|
LMIJob.
lmi_is_job_exception
(job)[source]¶Helper function, which returns bool flag, if the job is in the exception state.
Parameters: | job – LMIInstance or CIMInstance representing a job |
---|
LMIJob.
lmi_is_job_finished
(job)[source]¶Helper function, which returns bool flag, if the job is in finished state.
Parameters: | job – LMIInstance or CIMInstance representing a job |
---|
LMIJob.
lmi_is_job_killed
(job)[source]¶Helper function, which returns bool flag, if the job is killed.
Parameters: | job – LMIInstance or CIMInstance representing a job |
---|
LMIJob.
lmi_is_job_terminated
(job)[source]¶Helper function, which returns bool flag, if the job is in terminated state.
Parameters: | job – LMIInstance or CIMInstance representing a job |
---|