This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJob Interface > IJob.JobStatus Property (ArcObjects .NET 10.5 SDK) |
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