Construct doesn't yet have a built-in way to run games in the background, because most games don't need it, and unnecessary background services drain the device battery.
You can do timer-based logic without any background services at all - just compare the time since the app was last running.