ScheduledTask
Return the information about scheduled task.
Property |
Type |
Description |
Example |
---|---|---|---|
Boundary |
Date |
Timing constraints for the schedule: start/end, timezone, and recurrence window/rules. |
{ "start": "2025-09-01T02:00:00Z", "timezone": "UTC", "recurrence": "0 2 * * *" } |
Enabled |
Bool |
Indicates whether the scheduled task is active and will run on its schedule. |
true/false |
Location |
String |
Runtime context/target where the task executes |
|
Name |
String |
Task name |
|
Type |
Int |
The scheduling/execution model that tells the system how to run the task. |
Recurring |
Supported Operations and their components:
|
ScheduledTask |
---|---|
ScheduledTaskAdded |
X |