pause
Command Function
Manually suspends a running application.
Syntax
pause/p [-h | --help]
The pause command can be abbreviated as p.
Example
Display the information about pause functions:
1 | pause -h
|
Command output:
OVERVIEW
Run this command to manually suspends the running application.
USAGE
pause/p
[-h | --help]
OPTIONS
-h, --help
Get help information.
EXAMPLE
# Manually suspends the running application.
pause
Parent topic: Debugging Operation Commands