CustomTaskSchedulingEventArgs Properties
Provides data for the CustomTaskScheduling event.Name | Description |
---|---|
Cancel | Gets or sets whether to cancel rescheduling the processed task and all dependent tasks. |
Duration | Gets or sets the task’s duration. |
FinishDate | Gets or sets the task’s finish date. |
Node | Gets the processed node. |
Row | Gets an object that specifies the processed data row. |
StartDate | Gets or sets the task’s start date. |
See Also