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

Schedule.GetAutoRelease

Queries if scheduled item is removed from list of schedules automatically after execution.

Component Version macOS Windows Linux Server iOS SDK
Schedule 5.2 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "Schedule.GetAutoRelease"; ScheduleRef )   More

Parameters

Parameter Description Example
ScheduleRef The reference for a scheduled script call or sql query as returned by Schedule.StartScript* functions or Schedule.ExecuteSQL* functions. $ref

Result

Returns value or error.

Description

Queries if scheduled item is removed from list of schedules automatically after execution.
Value is 1 to auto remove from list of schedules or 0 if not.

See also

This function checks for a license.

Created 21st May 2015, last changed 21st May 2015


Schedule.ExecuteSQLOnIdle - Schedule.GetEnabled