Function CSPThread::Resume()

Description:
Decreases the suspension count of the thread. If the suspension count was 1 before the call, the thread continues the execution.

Prototype:
unsigned long Resume();

Arguments:
No arguments (void).

Return value:
Returns the suspension count.

Remarks:
Call Suspend() to suspend a thread.

See also:
member functions Suspend(), Start()
CSPThread | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd