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 |
| task |
Status of the Sub Task |
Property Details
additionalDetails
Additional details of Sub Tasks
additionalDetails?: Record<string, string>
Property Value
Record<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
taskProgress?: string
Property Value
string
taskStatus
Status of the Sub Task
taskStatus: string
Property Value
string