hasBeenRun property

bool hasBeenRun
getter/setter pair

Whether the engine has been run.

This will be true if Run has been called, or if RelinquishEngine has been called (since the view controller will run the engine if it hasn't already been run).

Implementation

bool hasBeenRun = false;