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


IJob.JobStatus Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IJob.JobStatus Property

Job status.

[Visual Basic .NET]
Public Property JobStatus As esriJobStatus
[C#]
public esriJobStatus JobStatus {get; set;}
[C++]
HRESULT get_JobStatus(
  esriJobStatus* pVal
);
[C++]
HRESULT put_JobStatus(
  esriJobStatus pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type esriJobStatus pVal [in]
pVal is a parameter of type esriJobStatus

Product Availability

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

See Also

IJob Interface