ScheduledTaskDescription

ScheduledTaskDescription
ScheduledTaskDescription

Static strings for scheduled tasks.

These strings are locale-specific.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "action": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ],
    "schedulerInfo": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string",
            "frequency": "string"
        }
    ],
    "state": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ],
    "dayOfWeek": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ],
    "weekOfMonth": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ]
}
action
Required

Action class descriptions for a scheduled task.

schedulerInfo
Required

Scheduler class description details.

state
Required

TaskInfo State enum

dayOfWeek
Required

MonthlyByWeekdayTaskScheduler Days of the week enum description

weekOfMonth
Required

MonthlyByWeekdayTaskScheduler Week of the month enum description