Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 401 Bytes

Console-Command-Sleep.md

File metadata and controls

21 lines (13 loc) · 401 Bytes

Console - SLEEP

Put in pause the console for an amount of time. This command is useful with batches or to simulate latency.

Syntax

SLEEP <ms>

WHERE:

  • ms is the amount of milliseconds to wait

Example

orientdb {server=remote:localhost/}> sleep 3000

This is a command of the Orient console. To know all the commands go to Console-Commands.