Initializing help system before first use

Monitoring the Job Status

This message is sent when the status of the job changes.
When the status is not queued, the runLogUrl will be populated. When the status is completed then the resultUrl property will be populated.
{
  "computeJobId": "my-job"
  "messageType": "JOB_STATUS_UPDATED"
  "messagePayload": {
    "status": "COMPLETED"
    "prettyStatus": "Completed"
    "modelStatus": "OK"
    "executionAttempts": 1
    "payloadUrl": "/path/to/payload/attachment"
    "resultsUrl": "/path/to/results/attachment" 
    "runLogUrl": "/path/to/runlog"
    "metricsUrl": "/path/to/metrics"
  } 
}