createScheduleEntry()
This function creates an internally stored cronjob for profile a at timestamp b . Important note : The cronjobs created with this function are not visible in the Control Center. They are kept in an internal list that can be displayed with function listScheduleEntries().
Parameter c may contain the name of a map that contains variables to be passed to profile a. Each entry of the map consists of the variable name (map entry key) and variable value (map entry value).
The return value is true in case of success.
Parameters
Parameter |
Description |
a |
Profile name or profile ID. |
b |
Timestamp. Note: Use the three dots to select a value. |
c |
(optional) Name of a map for passing variables to a. Note: See also function listScheduleEntryVariables(). |