Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop.
[Visual Basic .NET] Public Function Continue ( _ ) As Boolean
[C#] public bool Continue ( );
[C++]
HRESULT Continue(
VARIANT_BOOL* bKeepGoing
);
[C++]Parameters
bKeepGoing [out, retval] bKeepGoing is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IBreakTracker.Continue must return False if operation should stop.