JobSubTask interface
Details of Job's Sub Task
Properties
additional |
Additional details of Sub Tasks |
task |
Task Id of the Sub Task |
task |
Name of the Sub Task |
task |
Progress of the Sub Task NOTE: This property will not be serialized. It can only be populated by the server. |
task |
Status of the Sub Task |
Property Details
additionalDetails
Additional details of Sub Tasks
additionalDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
taskId
Task Id of the Sub Task
taskId: number
Property Value
number
taskName
Name of the Sub Task
taskName: string
Property Value
string
taskProgress
Progress of the Sub Task NOTE: This property will not be serialized. It can only be populated by the server.
taskProgress?: string
Property Value
string
taskStatus
Status of the Sub Task
taskStatus: string
Property Value
string