# kumo.time.sleep ```lua kumo.time.sleep(SECONDS) ``` {{since('2025.01.23-7273d2bc')}} Sleeps the current task for the specified number of seconds. The value can be either an integer or a floating point value, the latter can be used to specify fractional duration values.