LMIJob Package

lmi.shell.LMIJob.lmi_is_job_completed(job)[source]

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

Parameters:jobLMIInstance or 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:jobLMIInstance or 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:jobLMIInstance or 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:jobLMIInstance or 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:jobLMIInstance or CIMInstance representing a job

Previous topic

LMIBaseClient Package

Next topic

LMIInstance Package

This Page