This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerJobManager Interface > IServerJobManager.CheckJob Method (ArcObjects .NET 10.4 SDK) |
[Visual Basic .NET] Public Function CheckJob ( _ ByVal jobID As String _ ) As Boolean
[C#] public bool CheckJob ( string jobID );
[C++]
HRESULT CheckJob(
BSTR jobID,
VARIANT_BOOL* bRes
);
[C++]
Parameters jobID [in] jobID is a parameter of type BSTR bRes [out, retval] bRes is a parameter of type VARIANT_BOOL