TaskProgressModifiedEventArgs Properties
Provides data for the TaskProgressModified event.
Name | Description |
---|---|
Current |
Gets the processed task’s current (after 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