This document is archived and information here might be outdated. Recommended version. |
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(
void
);
IBreakTracker.Continue must return False if operation should stop.