OsuRoom.tryWaitForTimer

Waits for an existing timer/countdown to finish (wont start one)

  1. void waitForTimer(Duration timeout)
  2. bool tryWaitForTimer(Duration timeout)
    class OsuRoom
    nothrow
    bool
    tryWaitForTimer
    (
    Duration timeout
    )

Throws

WaitTimeoutException if timeout triggers

Meta