Scheduled tasks are based on CRON expression which allows you to configure when and how often selected action will be executed.
You can choose whatever name you want. This name will be displayed in task list and in phone notification area on task execution.
To schedule your task to run at certain times or dates you need to set a ‘CRON expression‘.
A CRON expression – is a sequence of 6 or 7 fields separated by whitespaces. Each field can hold a number or a wildcard, or in complex cases a sequence of numbers or an additional increment specification. The fields and their allowed values are:
seconds | minutes | hours | day of month | month | day of week | year |
0-59 | 0-59 | 0-23 | 1-31 | 1-12 | 1-7 or SUN-SAT | optional |
More information about CRON syntax see here.
Note: Please pay attention that the date and time of next first and second run is shown right under the ‘CRON Expression’ field. You can use this information to make sure that your CRON expression is correct.
You can select one of the following actions: