Go to: Synopsis. Flags. Return value. 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.

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

Return value


none

MEL examples

pause -sec 10;