Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Pauses or resumes all schedules.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Schedule | 13.3 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Enabled | Pass 1 to enable schedules. Pass 0 to pause all schedules. |
Returns OK or error.
Pause all schedules:
Set Variable [ $r; Value: MBS( "Schedule.SetEnabled"; 0 ) ]
Resume all schedules:
Set Variable [ $r; Value: MBS( "Schedule.SetEnabled"; 1 ) ]
This function is free to use.
Created 15th June 2023, last changed 15th June 2023