ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.TaskAssistant.Events Namespace / TaskEndedEventArgs Class
Properties


In This Topic
    TaskEndedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by TaskEndedEventArgs.

    Public Properties
     NameDescription
    Public Property Gets if the task was completed. If not completed, the task was canceled.  
    Public Property Gets the total task execution time (not including idle time).  
    Public Property Gets the task execution end time.  
    Public Property Gets the name of the project the task was executed in.  
    Public Property Gets the task execution start time.  
    Public Property Gets the unique identifer of the task.  
    Public Property Gets the unique identifer of the task item.  
    Public Property Gets the task item name.  
    Public Property Gets the task item version.  
    Public Property Gets the task name.  
    Public Property Gets the UserID who executed the task.  
    Public Property Gets the JobID when the task is launched from WMX.  
    Top
    See Also