ESRI.ArcGIS.ADF.Tasks
CheckJobStatus Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : CheckJobStatus Method




resultInfo
A string with information about the geoprocessing resource and task.
Checks the current status of a previously submitted geoprocessing job.

Syntax

Visual Basic (Declaration) 
Public Function CheckJobStatus( _
   ByVal resultInfo As String _
) As ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResult
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim resultInfo As String
Dim value As ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResult
 
value = instance.CheckJobStatus(resultInfo)
C# 
public ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResult CheckJobStatus( 
   string resultInfo
)

Parameters

resultInfo
A string with information about the geoprocessing resource and task.

Return Value

A callback result with information about the job status, suitable for transfer to the client for display.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.