Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: Schedule
Scheduled script calls and sql queries.
Version | macOS | Windows | Linux | Server | iOS SDK |
5.2 / 14.3 | ✅ Yes | ✅ Yes | ❌ No | 🔶 5%, on macOS and Windows | ✅ 93% |
Item | Details | Server |
---|---|---|
Schedule.Check Checks if something needs to be run. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.ClearEvaluateResult Clears result of last evaluate. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.ClearSQLResult Clears result of last SQL query. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.EvaluateAfterDelay Evaluates an expression after a delay. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.EvaluateAtTime Evaluates an expression at a given point in time. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.EvaluateAtTimeStamp Evaluates an expression at a given point in time. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.EvaluateOnIdle Evaluates an expression after a given idle period. | Mac/Win 5.2 |
❌ Server |
Schedule.ExecuteSQLAfterDelay Runs a SQL query in any open FileMaker file. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.ExecuteSQLAtTime Runs a sql query in any open FileMaker file. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.ExecuteSQLAtTimeStamp Runs a SQL query in any open FileMaker file. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.ExecuteSQLOnIdle Runs a SQL query after idle period. | Mac/Win 5.2 |
❌ Server |
Schedule.GetAutoRelease Queries if scheduled item is removed from list of schedules automatically after execution. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetEnabled Queries whether schedules are enabled. | Mac/Win/iOS 13.3 |
❌ Server |
Schedule.GetEvaluate Queries the expression to evaluate. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetEvaluateResult Queries result of last evaluate. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetFileName Returns the file name for the scheduled script start. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetLastTimeStamp Queries the last time stamp the schedule run. | Mac/Win/iOS 6.2 |
❌ Server |
Schedule.GetRepeatDelay Queries the delay between scheduled script calls. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetRunCount Queries the number of schedule executions. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetSQL Queries the scheduled SQL command. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetSQLResult Queries result of last SQL query. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetScriptName Returns the script name for the scheduled script start. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetScriptParameter Returns the script parameter for the scheduled script start. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetTag Queries the tag value. | Mac/Win/iOS 14.3 |
✅ Server |
Schedule.GetTimeStamp Queries the timestamp of next execution of schedule. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.GetURL Queries URL to be triggered when schedule runs. | Mac/Win/iOS 6.5 |
❌ Server |
Schedule.List Provides a list with all scheduled script starts or SQL commands. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.Release Releases schedule reference. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.ReleaseAll Releases all scheduled. | Mac/Win/iOS 6.4 |
❌ Server |
Schedule.SetAutoRelease Sets if scheduled item is removed from list of schedules automatically after execution. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetEnabled Pauses or resumes all schedules. | Mac/Win/iOS 13.3 |
❌ Server |
Schedule.SetEvaluate Sets the expression to evaluate. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetFileName Sets the file name for scheduled script start. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetRepeatDelay Sets the repeat delay for the schedule. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetSQL Sets the SQL for the schedule. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetScriptName Sets the script name for scheduled script start. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetScriptParameter Sets the script parameter for scheduled script start. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetTag Sets the tag value. | Mac/Win/iOS 14.3 |
✅ Server |
Schedule.SetTimeStamp Sets the timestamp where a schedule runs the next time. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.SetURL Sets the URL to query when schedule runs. | Mac/Win/iOS 6.5 |
❌ Server |
Schedule.StartScriptAfterDelay Runs a script in any open FileMaker file. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.StartScriptAtTime Runs a script in any open FileMaker file. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.StartScriptAtTimeStamp Runs a script in any open FileMaker file. | Mac/Win/iOS 5.2 |
❌ Server |
Schedule.StartScriptOnIdle Runs a script after idle period. | Mac/Win 5.2 |
❌ Server |
44 functions shown.
These functions require a license (86%).
Release notes
- Version 14.3
- Added Schedule.GetTag and Schedule.SetTag functions.
- Version 13.3
- Added Schedule.GetEnabled and Schedule.SetEnabled functions to temporarily pause all schedules.
- Version 13.0
- Fixed problem with Schedule functions with storing result from evaluate.
- Version 12.2
- Optimized Schedule functions to be faster if there is no schedule to run.
- Version 11.5
- Fixed RepeatSeconds parameter in Schedule.StartScriptAtTime, Schedule.EvaluateAtTime and Schedule.ExecuteSQLAtTime function.
- Version 11.0
- Fixed a bug in Schedule functions where timer may not fire after midnight.
Blog Entries
- Define a hotkey to copy field name for layout objects in FileMaker
- MBS FileMaker Plugin, version 12.6pr2
- Window Activation Trigger
- Script trigger for moving window
- MBS FileMaker Plugin 12.4
- OnRecordEdit Trigger in FileMaker
- Combined Components with MBS FileMaker Plugin
- Todo/Reminder Synchronization for FileMaker on Mac using MBS Plugin
- MBS FileMaker Plugin 5.2 for OS X/Windows - More than 3200 Functions
- Schedules for FileMaker