status - Job Status

Possible job states:

  • waiting - not yet executed
  • running - is currently being executed
  • success - finished succesfully
  • error - finished with an error
  • interrupted - manual interruption
moa.plugin.system.status.kill(job, args)

Kill a running job.

This command checks if a job is running. If so - it tries to kill it by sending SIGKILL (-9) to the job.

moa.plugin.system.status.pause(job, args)

Pause a running job

moa.plugin.system.status.resume(job, args)

Resume a running job

moa.plugin.system.status.status(job, args)

Show job status

Print a short status of the job, including configuration

Previous topic

<no title>

Next topic

template - information on templates