Provides access to members that control the long operation cancellation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Defines members that control the long operation cancellation.
When To Use
Cancel tracker interface for interrupting route finding.
Members
Description | ||
---|---|---|
Continue | Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop. |
Remarks
ISMBreakTracker.Continue must return False if operation should stop.
You may pass this implementation of the ISMBreakTracker interface to the ISMRouter.Solve method if you want to be able to cancel the route finding operation