Gets or sets the sleep time in milliseconds as an integer value.
The current thread will be suspended for the specified sleep time after every command.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when sleep time is a negative number. |
