taskRunStatus  
  The task run status for the job.
- PENDING–pending and waiting for resources.
- READY–ready to be processed.
- ASSIGNED–assigned and will run next on a worker.
- SCHEDULED–scheduled to be run on a worker.
- INTERRUPTING–being interrupted.
- RUNNING–running on a worker.
- SUSPENDED–the task is suspended.
- CANCELED–the task has been canceled.
- FAILED–the task has failed.
- SUCCEEDED–the task has succeeded.