Multiuser Lingo Dictionary > Multiuser Lingo Dictionary > notify() |
![]() ![]() ![]() |
notify()
Syntax
notify(whichObject
)
Description
Multiuser Server server-side command; unblocks one thread that has been set to wait on the given object with the wait()
command.
Example
This statement tells the thread that is waiting for the object theList
to continue executing with the new value of theList
:
notify(theList)
See also
![]() ![]() ![]() |