LMIJob¶
- lmi.shell.LMIJob.lmi_is_job_completed(job)[source]¶
Helper function, which returns bool flag, if the job is in completed state.
Parameters: job – LMIInstance or wbem.CIMInstance representing a job
- lmi.shell.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 wbem.CIMInstance representing a job
- lmi.shell.LMIJob.lmi_is_job_finished(job)[source]¶
Helper function, which returns bool flag, if the job is in finished state.
Parameters: job – LMIInstance or wbem.CIMInstance representing a job
- lmi.shell.LMIJob.lmi_is_job_killed(job)[source]¶
Helper function, which returns bool flag, if the job is killed.
Parameters: job – LMIInstance or wbem.CIMInstance representing a job
- lmi.shell.LMIJob.lmi_is_job_terminated(job)[source]¶
Helper function, which returns bool flag, if the job is in terminated state.
Parameters: job – LMIInstance or wbem.CIMInstance representing a job