TaskModel interface
Task model.
Properties
children |
Gets or sets the list of children job models. |
custom |
Task model custom properties. |
end |
Gets or sets the end time. |
start |
Gets or sets the start time. |
state | Gets or sets the task state. |
task |
Gets or sets the task name. |
Property Details
childrenJobs
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