bool isRunning

Is the game running?

Source

bool get isRunning   => loaded && world.isRunning;