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"
}
]
}
array of ElementDescription
dayOfWeek
Required
MonthlyByWeekdayTaskScheduler Days of the week enum description
array of ElementDescription
weekOfMonth
Required
MonthlyByWeekdayTaskScheduler Week of the month enum description