鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

pause命令

命令功能

在程序运行时手动暂停执行。

命令格式

1
pause/p [-h | --help]

pause命令可简写为p。

使用示例

执行以下命令,查看pause支持的功能信息:

1
pause -h

返回信息如下:

 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