startChore function
void
startChore(
- dynamic roller,
- dynamic aLog,
- dynamic xList,
- dynamic yChore,
- dynamic zSignal,
flow of chore might be like this... Functions to execute W O R K flow
Implementation
void startChore(var roller, var aLog, var xList, var yChore, var zSignal) {
_flowCOuter('--> these are executed in beginning of W O R K ', _pB);
/// ABLE: rollAble and signalAble are separate properties of chore.
/// roller(rollAble) takes care of workFlow.
/// zSignal (signalAble) makes log / list
/// yChore is actual w o r k code
}