Console - SLEEP

Pauses the console for the given amount a time. You may find this command useful in working with batches or to simulate latency.

Syntax

  1. SLEEP <time>
  • <time> Defines the time the Console should pause in milliseconds.

Example

  • Pause the console for three seconds:

    1. orientdb {server=remote:localhost/}> SLEEP 3000

For more information on other commands, see Console Commands.