ResumeThread()

Syntax

ResumeThread(Thread)
Description
Resumes execution of the specified thread, previously paused with PauseThread().

Parameters

Thread - The number of the thread you want to resume. This value is returned by CreateThread().

See the PauseThread() command for an example code.

Supported OS

All

<- PauseThread() - Thread Index - ThreadPriority() ->