Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Process.List
Queries process list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Process | 11.2 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
MBS( "Process.List" { ; Flags } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
Flags | Not yet used. | Optional |
Result
Returns JSON or error.
Description
Queries process list.macOS and Windows manage processes differently, so we have same and different fields.
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. |
Examples
Query processes
Set Variable [ $json; MBS("Process.List") ]
Release notes
- Version 11.2
- Added Process.List function for macOS and Windows.
Blog Entries
- MBS FileMaker Plugin, June 2021 News
- New in MBS FileMaker Plugin 11.2
- Neues MBS FileMaker Plugin 11.2
- MBS FileMaker Plugin 11.2 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.2pr5
- MBS Plugin Quiz
This function checks for a license.
Created 23th April 2021, last changed 23th April 2021