ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetJobStatus Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingFunctionality Class : GetJobStatus Method




jobId
ID of the job obtained when started with SubmitJob.
Gets the current status of the geoprocessing job from the server.

Syntax

Visual Basic (Declaration) 
Public Function GetJobStatus( _
   ByVal jobId As String _
) As JobStatus
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
Dim jobId As String
Dim value As JobStatus
 
value = instance.GetJobStatus(jobId)
C# 
public JobStatus GetJobStatus( 
   string jobId
)

Parameters

jobId
ID of the job obtained when started with SubmitJob.

Return Value

JobStatus enumeration value indicating the current status.

See Also

© 2010 All Rights Reserved.