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


IServerJobManager.CheckJob Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerJobManager Interface > IServerJobManager.CheckJob Method
ArcGIS Developer Help

IServerJobManager.CheckJob Method

[Visual Basic .NET]
Public Function CheckJob ( _
    ByVal jobID As String _
) As Boolean
[C#]
public bool CheckJob (
    string jobID
);
[C++]
HRESULT CheckJob(
  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

IServerJobManager Interface