TaskProgressModificationEventArgs Properties
Provides data for the TaskProgressModificationStarted, TaskProgressModification, and TaskProgressModificationCompleted events.
Name | Description |
---|---|
Current |
Gets or sets the processed task’s current (during the operation) progress. |
Original |
Gets the processed task’s original (before the operation) progress. |
Processed |
Gets the modified node.
Inherited from Task |
Processed |
Gets the modified task.
Inherited from Task |
Task |
Gets information about segments of the processed split task.
Inherited from Task |
See Also