Share via


JobSubTask interface

Details of Job's Sub Task

Properties

additionalDetails

Additional details of Sub Tasks

taskId

Task Id of the Sub Task

taskName

Name of the Sub Task

taskProgress

Progress of the Sub Task

taskStatus

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