ESRI.ArcGIS.E2API Feedback via the User Forum
esriE2TaskStopReason Enumeration
See Also  
ESRI.ArcGIS.E2API Namespace : esriE2TaskStopReason Enumeration


The reason why a Task is currently stopped.

Syntax

Visual Basic (Declaration) 
Public Enum esriE2TaskStopReason 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriE2TaskStopReason
C# 
public enum esriE2TaskStopReason : Enum 

Members

MemberDescription
NoneThe task has not been stopped.
NormalThe task was stopped as the user chose to stop the task in the UI, or the StopTask method was called.
DocumentClosing The task was stopped as the document was closed whilst the task was running.
Shutdown The task was stopped as the application was shut down whilst the task was running.
Deleted The task was stopped as the task was deleted.

Remarks

See the StopReason property for more information.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.E2API.esriE2TaskStopReason

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This enumeration was added to the E2API at version 1.0.0.348.

See Also