topGrant function

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

Function named like this, should act with highest priority.

Implementation

void topGrant(BlanketChore chr, var _act) {
  String _result = 'Act:TG';
  //  code to get wanted _result
  handler('topGrant', _result, chr, _act);
  _flowCOuter('these   W O R K S   are executed in every cycle', _pB);
}