Share via


TaskModel interface

Task model.

Properties

childrenJobs

Gets or sets the list of children job models.

customProperties

Task model custom properties.

endTime

Gets or sets the end time.

startTime

Gets or sets the start time.

state

Gets or sets the task state.

taskName

Gets or sets the task name.

Property Details

childrenJobs

Gets or sets the list of children job models.

childrenJobs?: JobModel[]

Property Value

customProperties

Task model custom properties.

customProperties?: TaskModelCustomProperties

Property Value

endTime

Gets or sets the end time.

endTime?: Date

Property Value

Date

startTime

Gets or sets the start time.

startTime?: Date

Property Value

Date

state

Gets or sets the task state.

state?: string

Property Value

string

taskName

Gets or sets the task name.

taskName?: string

Property Value

string