TaskScheduler
8 tools in this family (folder Editor/Tools/TaskScheduler/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
taskscheduler_create_task | writes | Create a new scheduled task that runs a Buril ITool on a cron schedule or Editor event. |
taskscheduler_delete_task | writes | Permanently delete a scheduled task and its in-memory run history. |
taskscheduler_disable_task | writes | Disable a scheduled task without deleting it. |
taskscheduler_enable_task | writes | Enable a scheduled task. Recomputes next_run_unix from now for clock-driven schedules. |
taskscheduler_get_task | read-only | Return full details for a single scheduled task — including its tool_input payload. |
taskscheduler_history | read-only | Return the in-memory run history of a scheduled task — last N entries (default 50, max 50). |
taskscheduler_list_tasks | read-only | List all scheduled tasks. Each entry includes id, name, cron_expr, tool_name, enabled, |
taskscheduler_run_now | writes | Force an immediate run of a scheduled task right now, regardless of its cron schedule. |