sideGrant function

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

USAGE PLAN: Run occasionally / timely, in sidebar.

Implementation

void sideGrant(BlanketChore chr, var _act) {
  String _result = 'ActSideG';
  //  code to get wanted _result
  handler('sideGrant', _result, chr, _act);
  _flowCOuter('FLOW:SideGrant:  executed occasionally in sidebar..', _pB);
}