resume

描述

resume 命令用于使指定的线程继续执行(如果该线程已被暂挂)。如果该线程已处于活动状态,那么此命令无效。

语法

resume threadName
resume #Thread threadName

自变量

threadName

指定要继续执行的线程。


反馈