Skip to content

sleep

The sleep command pauses the execution of commands for a specified amount of time.

Syntax

sleep [duration_in_ms]

Usage

  • sleep <milliseconds>: Pauses the launcher for the specified duration.

Example

sleep 5000
This will pause the launcher for 5 seconds. This is particularly useful in scripts where you want to add a delay between two commands.