Plate.Checkpoint() Event

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.

Syntax

Plate.Checkpoint(Continue)

The event syntax has these parts:

Part Description
Continue (Boolean) True when fired. Set False to abort current operation.

Remarks

This event is provided so that the client can keep its user interface alive during lengthy PinPoint operations.
PinPoint is not re-entrant for the Plate.Solve(), or Plate.FindImageStars(). Do not allow the user interface to call back into these methods in the context of a Checkpoint event.

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.