tailStop function

void tailStop()

//////////////////////////////////////////////

top level functions required for isolate entry points.

The following methods are always called in the spawned Isolate. Called when the tail command is to be stopped.

Implementation

/// Called when the tail command is to be stopped.
void tailStop() {
  unawaited(tallTail.stop());
}