Phaser API Documentation

  Version: 
<readonly> running: boolean

Description:

A flag that is set once the TimeStep has started running and toggled when it stops. The difference between this value and started is that running is toggled when the TimeStep is sent to sleep, where-as started remains true, only changing if the TimeStep is actually stopped, not just paused.

Type:
boolean
Default: false
Since: 3.0.0
Source: src/core/TimeStep.js (Line 74)