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

Querying job status

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.

A completed job can return the following information:

  • Job name (see Line 34 in example code).
  • Executing Worker (see Line 35 in example code).
  • Execution time in milliseconds (see Line 36 in the example code).
  • Link to the log (see Line 43 in the example code).
  • Link to the repository (see Line 45 in the example code).