| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Component: Process
Query process details.
| Version | macOS | Windows | Linux | Server | iOS SDK |
| 2.9 / 16.1 | ✅ 90% | ✅ 81% | 🔶 29% | 🔶 71%, on macOS and Windows | 🔶 52% |
| Item | Details | Server |
|---|---|---|
| Process.FrontProcessBundleID Queries bundleID of the frontmost app. | Mac only 4.2 |
❌ Server |
| Process.FrontProcessName Queries name of the frontmost app. | Mac/Win 4.2 |
❌ Server |
| Process.FrontWindowTitle Queries name of the frontmost window. | Mac/Win 4.2 |
❌ Server |
| Process.GetCurrentDirectory Queries current directory. | All 6.5 |
✅ Server |
| Process.GetDllDirectory Queries DLL directory. | Win only 13.1 |
✅ Server |
| Process.GetQOSClass New in 16.1 Queries the Quality Of Service class for the current thread. | All 16.1 |
✅ Server |
| Process.IsFrontMost Checks if FileMaker is the frontmost application. | Mac/Win 2.9 |
❌ Server |
| Process.IsRunning Checks if a process is running. | Mac only 4.0 |
✅ Server |
| Process.KeepFrontMost Sets whether the plugin should keep FileMaker in front. | Mac only 7.1 |
❌ Server |
| Process.List Queries process list. | Mac/Win/Linux 11.2 |
✅ Server |
| Process.LoadFramework Loads a macOS framework. | Mac/iOS 15.0 |
✅ Server |
| Process.LoadLibrary Loads a given native library. | All 6.5 |
✅ Server |
| Process.SetCurrentDirectory Sets the current directory. | All 6.5 |
✅ Server |
| Process.SetDllDirectory Adds a directory to the search path used to locate DLLs for the application. | Win only 13.1 |
✅ Server |
| Process.SetFrontMost Moves FileMaker application to the front. | Mac/Win 2.9 |
❌ Server |
| Process.SetQOSClass New in 16.1 Sets the Quality Of Service class for the current thread. | All 16.1 |
✅ Server |
| ProcessActivity.List Lists all activities. | Mac/Win/iOS 5.2 |
✅ Server |
| ProcessActivity.Options Queries option flags. | Mac/Win/iOS 5.2 |
✅ Server |
| ProcessActivity.Reason Queries the reason text. | Mac/Win/iOS 5.2 |
✅ Server |
| ProcessActivity.beginActivity Begins an activity. | Mac/Win/iOS 5.2 |
✅ Server |
| ProcessActivity.endActivity Ends the activity started with ProcessActivity.beginActivity. | Mac/Win/iOS 5.2 |
✅ Server |
21 functions shown.
These functions require a license (71%).
Release notes
- Version 15.3
- Fixed a possible crash in Process.GetCurrentDirectory function for macOS, iOS and Linux.
- Version 15.2
- Fixed a bug in Process.GetCurrentDirectory function.
- Version 15.0
- Added Process.LoadFramework function.
- Version 14.5
- Implemented Process.List for Linux.
- Version 13.1
- Added Process.GetDllDirectory and Process.SetDllDirectory functions.
- Version 11.2
- Added Process.List function for macOS and Windows.
- Version 9.2
- Implemented Process.SetFrontMost for Windows.
- Version 7.1
- Added Process.KeepFrontMost function.
Blog Entries
Example Databases