Variable Display.isRunning

Whether the display is running; will stop running if set to false

class Display
{
  // ...
  bool isRunning ;
  // ...
}