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 / 15.0 | ✅ 89% | 🔶 79% | 🔶 21% | 🔶 68%, on macOS and Windows | 🔶 47% |
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.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 New in 15.0 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 |
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 |
19 functions shown.
These functions require a license (74%).
Release notes
- 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.