This document is archived and information here might be outdated.  Recommended version.


IGPServer.GetJobStatus Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPServer.GetJobStatus Method

Returns the status of the specified job.

[Visual Basic .NET]
Public Function GetJobStatus ( _
    ByVal JobID As String _
) As esriJobStatus
[C#]
public esriJobStatus GetJobStatus (
    string JobID
);
[C++]
HRESULT GetJobStatus(
  BSTR JobID,
  esriJobStatus* Status
);
[C++]

Parameters JobID [in] JobID is a parameter of type BSTR Status [out, retval]
Status is a parameter of type esriJobStatus

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPServer Interface