This functionality is only available for certain module packages. Info / Copyright

Querying job status

webserviceTrigger

A Job that has been created but not completed can have the following statuses:

  • "Queued" = Job is in the queue for execution on a Worker.
  • "Running" = Job is being executed on a Worker.

A completed Job can have the following statuses:

  • "FinishedSuccessfully" = Job has been completed successfully without errors.
  • "FinishedInError" = Job has been completed with errors.