endChore function

void endChore(
  1. BlanketChore chr,
  2. dynamic _act
)

routines, after W O R K is done

Implementation

void endChore(BlanketChore chr, var _act) {
  _flowCOuter('<-- endChore  execution scheduled, when  WORK is done', _pB);
}