ArcGIS API for Windows Phone - Library Reference
esriJobStatus Enumeration
See Also  Send comments on this topic
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
esriJobCancelled The job has been cancelled.
esriJobCancelling The job is being cancelled.
esriJobDeleted The job has been deleted.
esriJobDeleting The job is being deleted.
esriJobExecuting The job is executing.
esriJobFailed The job execution has failed.
esriJobNew The job is new.
esriJobSubmitted The job has been submitted.
esriJobSucceeded The job has completed successfully.
esriJobTimedOut The job execution has timed out.
esriJobWaiting The job is waiting to be executed.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows Vista, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.