Get the job status.
[Visual Basic .NET] Public Property Status As esriJobStatus
[C#] public esriJobStatus Status {get; set;}
[C++]
HRESULT get_Status(
esriJobStatus* Status
);
[C++]
HRESULT put_Status(
esriJobStatus Status
);
[C++]Parameters
Status [out, retval]Status is a parameter of type esriJobStatus
Status [in]Status is a parameter of type esriJobStatus
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.