Fired periodically to allow client to punp events. If client sets Continue to False, the current operation is aborted and a run-time error is raised.
Plate.Checkpoint(Continue)
The event syntax has these parts:
Part | Description |
---|---|
Continue (Boolean) | True when fired. Set False to abort current operation. |
If the client sets the Continue parameter to False, the current operation is aborted, and a trappable error is raised. This allows the client to abort lengthy operations.