abort method

void abort()

Aborts the currently active probe, if any.

Implementation

void abort() {
  _aborted = true;
  _active?.abort();
}