Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > resume()

 

resume()

Syntax

whichThread.resume()

Description

Multiuser Server server-side command; resumes normal execution of a thread that has been paused with a breakpoint.

Example

This statement resumes execution of the thread thread7:

thread("thread7").resume()

See also

setBreakPoint()