Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
Component: Mutex
Functions for named mutexes.
Allows synchronization of file/memory/device access by two FileMaker processes, e.g. client and server running on same computer.
Version | macOS | Windows | Linux | Server | iOS SDK |
10.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
Mutex.Create Creates a new mutex with given name. | All 10.2 |
Mutex.Free Frees a mutex. | All 10.2 |
Mutex.List Lists all Mutex reference numbers. | All 10.2 |
Mutex.Lock Locks the mutex. | All 10.2 |
Mutex.Name Queries name of mutex. | All 10.2 |
Mutex.TryLock Tries to lock the mutex. | All 10.2 |
Mutex.Unlock Unlocks the mutex. | All 10.2 |
7 functions shown.
These functions require a paid license (86%).
Release notes
- Version 10.2
- Added Mutex functions.
Blog Entries
- Variable Levels in FileMaker
- Improving our OCR functions for FileMaker Server
- Neues MBS FileMaker Plugin 10.2
- MBS FileMaker Plugin 10.2 - More than 6200 Functions In One Plugin
- MBS FileMaker Plugin, version 10.2pr2
Videos
