Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Runs a script after idle period.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM | 3.3 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
DelaySeconds | The Number of Seconds to wait before running the script. Moving the mouse or using keyboard will reset the counter. | 10 | |
FileName | The name of the file that contains the script to be run | Get(Filename) | |
ScriptName | The exact name of the script to run. Or the ID of the script in the current file. |
"TestScript" | |
ScriptParameter | The Script Parameter to pass to the script | Optional |
Returns OK on success or error message on failure.
Start idle script:
Set Variable [$r; Value:MBS( "FM.RunScriptIdle"; 10; Get(FileName); "Trigger")]
This function checks for a license.
Created 18th August 2014, last changed 17th April 2023