Syntax:
object.Create([owned [, name]])
Initializes the Mutex object. Must be called before any other
usage.
owned - Boolean, default is False. If True the Mutex is owned
by the calling thread.
name - name of the Mutex,
default is unnamed (empty string does the same).
|