Function OsuRoom.start

Starts a match after a specified amount of seconds. If after is <= 0 the game will be started immediately. The timeout can be canceled using abortTimer.

void start (
  core.time.Duration after = zero()
);