| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2TaskStatus Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2TaskStatus : Enum | |
| Member | Description |
|---|---|
| NotStarted | Task has not started yet. |
| Pending | Task is currently pending; waiting for a task thread to become available. |
| Executing | Task is currently executing on a task thread. |
| Stopping | Task is stopping. |
| Completed | Task has completed execution and returned any results. |
| CompletedNoValue | Task has completed execution and returned no results. |
| ReturnedError | Task returned with error. |
| Stopped | Task has been stopped. |
See the Status property for more information.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2TaskStatus
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code