TaskReasonSchedule
TaskReasonSchedule
Indicates that the task was queued by a scheduled task.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"scheduledTask": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
string
name
Required
The name of the scheduled task that queued this task.
scheduledTask
Required
Reference to an instance of the ScheduledTask managed object.