suspend

The suspend command suspends the specified thread. It has no effect if the thread is already suspended.

Syntax

suspend threadName
suspend #Thread threadName

Arguments

threadName

Specifies the thread to suspend


Feedback