suspend 명령은 지정된 스레드를 일시중단합니다. 스레드가 이미 일시중단된 경우에는 아무런 영향이 없습니다.
suspend threadName suspend #Thread threadName
threadName
일시중단할 스레드를 지정함