pause
Command Function
Manually suspends a running application.
Syntax
1 | pause/p [-h | --help] |
The pause command can be abbreviated as p.
Parameter Description
Parameter |
Description |
|---|---|
None |
Manually suspends a running application. |
-h/--help |
Obtains help information. This parameter is optional. |
Example
Display the information about pause functions:
1 | pause -h
|
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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