Status Data Type

An assignment typically has a status, or state. When not started the status is Pending which hopefully later will change to Running. When an assignment is done its status changes to Stopped.

Currently, the set of statuses are (name, value):

Properties
name data type constraints description
code number required int A numbered version of the status code.
text string   A textual description of the status code.

Example

{
  "code" : 2,
  "text" : "RUNNING"
}