reset: Instance Method

- (void) reset:(bool) pause;

Starts a new detection session.

Parameters

  • pause — When true, pauses detection — clearing the smoothed-average window and arming the inter-page grace period — instead of resuming immediately.
Top