missionRollChores method

void missionRollChores(
  1. String caller
)

Usage: No now. Name: #Mill !! Mission loops all it's Chores in #Mill like system. Rumba calls this.

Implementation

void missionRollChores(String caller) {
  //  Start loop, use choreL to choose one at a time.
  //  Run chore's code against it's master-mission.
  //  Handle user-actions until: done or excape.
}