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


IJob.JobStatus Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJob Interface > IJob.JobStatus Property
ArcGIS Developer Help

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