resume

Description

The resume command resumes the specified thread, if it has been suspended. It has no effect if the thread is already active.

Syntax

resume threadName
resume #Thread threadName

Arguments

threadName

Specifies the thread to resume


Feedback