MabJobTaskDetails interface
MAB workload-specific job task details.
Properties
| duration | Time elapsed for task. |
| end |
The end time. |
| start |
The start time. |
| status | The status. |
| task |
The task display name. |
Property Details
duration
Time elapsed for task.
duration?: string
Property Value
string
endTime
The end time.
endTime?: Date
Property Value
Date
startTime
The start time.
startTime?: Date
Property Value
Date
status
The status.
status?: string
Property Value
string
taskId
The task display name.
taskId?: string
Property Value
string