ArcGIS.Desktop.TaskAssistant.Events Namespace
In This Topic
The ArcGIS.Desktop.TaskAssistant.Events namespace supports ArcGIS Pro Task events.
Classes
| Class | Description |
 | TaskEndedEvent |
Occurs when execution of a task ends. This occurs when a task is canceled or when a task is successfully completed.
|
 | TaskEndedEventArgs |
Represents information about a task ended event.
|
 | TaskStartedEvent |
Occurs when execution of a task starts.
|
 | TaskStartedEventArgs |
Represents information about a task started event.
|
See Also