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


IGPServerHelper2.GetJobStatus Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

IGPServerHelper2.GetJobStatus Method

Returns the status of a job.

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

Parameters jobID [in]
jobID is a parameter of type BSTR

Product Availability

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

See Also

IGPServerHelper2 Interface