FileMutexObject Class Reference
Creates and attempts to acquire a named Mutex based on a file name in its ctor, releases and closes the Mutex in dtor. Used to control access to a file across multiple 3ds Max sessions. An instance of this is typically created in a 'using' context so that its Dispose method is called as the 'using' context is exitted.
|
| INFINITE_TIME = _MaxPlus.FileMutexObject_INFINITE_TIME |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
MutexAquired(FileMutexObject self) -> bool
ReleaseMutex(FileMutexObject self)