Sends a callback request to submit a Geoprocessing task. This operation will pass a JobInfo object to the onStatusCallback function.
Namespace:
ESRI.ArcGIS.VE(in ArcGISVE.exe)
Syntax
| JScript |
|---|
function CheckStatus( jobId : String, onStatusCallback : Function ) |
Parameters
- jobId
- Type: String
Id of the submitted job.
- onStatusCallback
- Type: Function
The function that will handle the callback response.
