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:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Queries process list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Process | 11.2 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Flags | Not yet used. | Optional |
Returns JSON or error.
Field | Description |
active | Whether application is active/frontmost. |
hidden | Whether application is hidden on macOS. |
executableArchitecture | The architecture on macOS, e.g. X86_64 or ARM64. |
bundleIdentifier | The bundle identifier on macOS. |
executablePath | The file path to the application. Not available on Windows for system processes. |
current | Whether this is current process. |
executableName | The name of the app. |
localizedName | The localized name on macOS for the application. |
processIdentifier | The process identifier number. |
numberOfThreads | The number of threads on Windows. |
parentProcessIdentifier | The parent process identifier on Windows. |
Query processes
Set Variable [ $json; MBS("Process.List") ]
Created 23th April 2021, last changed 23th April 2021
Process.KeepFrontMost - Process.LoadLibrary
Feedback: Report problem or ask question.