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 NOTE: This property will not be serialized. It can only be populated by the server.

taskStatus

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