done method

void done()
override

close-method. This is not: terminate.

Implementation

void done() {
  _flowC('<-- Chore buffer $name output app: done  --<----<--', _pB);
  _flowC('Chore::    $info   :: engaged ', _pB);
  //  code here
  //  Too many times.  print(choreBuf);
  //  choreBuf.clear(); //
  buf.writeln(':ch:buf:  done called for chore:  $name');

  _flowC('<-- chore.done    ok   --<----<--', _pB);
}