OnceTaskScheduler
OnceTaskScheduler
The OnceTaskScheduler data object establishes the time for running a scheduled task only once.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"activeTime": "string",
"expireTime": "string",
"runAt": "string"
}
string As date-time As date-time
runAt
Optional
The time a task will run.
If you do not set the time, it executes immediately.