Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Schedule.List

Provides a list with all scheduled script starts or SQL commands.

Component Version macOS Windows Linux Server iOS SDK
Schedule 5.2 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "Schedule.List" { ; OnlyIDs } )   More

Parameters

Parameter Description Example Flags
OnlyIDs Pass 1 to only get IDs. Pass 0 or no parameter to get IDs and details. 1 Optional

Result

Returns list or error.

Description

Provides a list with all scheduled script starts or SQL commands.
The list contains for each schedule the ID, type, file name, script name, script parameter, sql, repeat delay and idle delay.

Examples

List items

Set Variables [$List; MBS( "Schedule.List" ) ]

Example Databases

Created 20th May 2015, last changed 27th May 2015


Schedule.GetURL - Schedule.Release

Feedback: Report problem or ask question.