com.esri.arcgis.geoprocessing
Interface IGPServerTrackCancel

All Superinterfaces:
Serializable
All Known Subinterfaces:
IGPServerTrackCancel2
All Known Implementing Classes:
GPServerTrackCancel

public interface IGPServerTrackCancel
extends Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IJobMessages getJobMessages()
          The job messages.
 void init(Object pJobTracker)
          Initialize the track cancel.
 

Method Detail

init

void init(Object pJobTracker)
          throws IOException,
                 AutomationException
Initialize the track cancel.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pJobTracker - A reference to another Object (IUnknown) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobMessages

IJobMessages getJobMessages()
                            throws IOException,
                                   AutomationException
The job messages.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IJobMessages
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.