LMIJob

lmi.shell.LMIJob.lmi_is_job_completed(job)

Helper function, which returns bool flag, if the job is in completed state.

Parameters:jobLMIInstance or wbem.CIMInstance representing a job
lmi.shell.LMIJob.lmi_is_job_exception(job)

Helper function, which returns bool flag, if the job is in the exception state.

Parameters:jobLMIInstance or wbem.CIMInstance representing a job
lmi.shell.LMIJob.lmi_is_job_finished(job)

Helper function, which returns bool flag, if the job is in finished state.

Parameters:jobLMIInstance or wbem.CIMInstance representing a job
lmi.shell.LMIJob.lmi_is_job_killed(job)

Helper function, which returns bool flag, if the job is killed.

Parameters:jobLMIInstance or wbem.CIMInstance representing a job
lmi.shell.LMIJob.lmi_is_job_terminated(job)

Helper function, which returns bool flag, if the job is in terminated state.

Parameters:jobLMIInstance or wbem.CIMInstance representing a job