Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

pause [-seconds int]

pause is undoable, NOT queryable, and NOT editable.

Pause for a specified number of seconds for canned demos or for test scripts to allow user to view results.

Return value

None

Flags

seconds
Long name (short name) Argument types Properties
-seconds(-sec) int create
Pause for the specified number of seconds.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

pause -sec 10;