Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Process.KeepFrontMost

Sets whether the plugin should keep FileMaker in front.

Component Version macOS Windows Linux Server iOS SDK
Process 7.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Process.KeepFrontMost"; Enabled )   More

Parameters

Parameter Description Example
Enabled Pass 1 to enable or 0 to disable. 1

Result

Returns OK or error.

Description

Sets whether the plugin should keep FileMaker in front.
Can be enabled/disabled at any time.
If enabled, the plugin will bring FileMaker to front whenever it goes to background.

Examples

Enable in script:

Set Variable [ $$ref ; Value: MBS( "Process.KeepFrontMost"; 1) ]

Disable in script:

Set Variable [ $$ref ; Value: MBS( "Process.KeepFrontMost"; 0) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 28th February 2017, last changed 16th December 2020


Process.IsRunning - Process.List