The JobStatus aggregate is used to specify the Job Type for the
JobStatusGet
request.
Name | Description | Required |
---|---|---|
JobId |
Id of the Job Type: ulong Constraints: valid job id |
Yes |
UserOgfn |
OGFN id of the user Type: UInt64 Constraints: None |
Yes |
GroupOgfn |
OGFN id of the group Type: OGFNype: UInt64 Constraints: None |
No |
AnchorOgfn |
OGFN id of the anchor Individual Type: OGFNype: UInt64 Constraints: None |
No |
Stage |
current stage of the job Type: ulong Constraints: None |
No |
JobCreated |
Time the job was created Type: DateTime Constraints: None |
No |
JobStarted |
Time the job was started Type: bool Constraints: None |
No |
JobEnded |
Time the job was ended Type: DateTime Constraints: None |
No |
CurrentProgress |
how far the current stage has progressed Type: UInt32 Constraints: None |
No |
TotalProgress |
how far the job has progressed Type: UInt32 Constraints: None |
No |