ArcGIS Runtime SDK for WPF - Library Reference
esriJobStatus Enumeration
See Also 
ESRI.ArcGIS.Client.Tasks Namespace : esriJobStatus Enumeration

The status of a geoprocessing job.

Syntax

Visual Basic (Declaration) 
Public Enum esriJobStatus 
   Inherits System.Enum
C# 
public enum esriJobStatus : System.Enum 

Members

MemberDescription
esriJobCancelledThe job has been cancelled.
esriJobCancellingThe job is being cancelled.
esriJobDeletedThe job has been deleted.
esriJobDeletingThe job is being deleted.
esriJobExecutingThe job is executing.
esriJobFailedThe job execution has failed.
esriJobNewThe job is new.
esriJobSubmittedThe job has been submitted.
esriJobSucceededThe job has completed successfully.
esriJobTimedOutThe job execution has timed out.
esriJobWaitingThe job is waiting to be executed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Tasks.esriJobStatus

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.