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

Synopsis

pause [-seconds int]

pause is undoable, queryable, and editable.

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

Return value

None

In query mode, return type is based on queried flag.

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;