Skip to main content

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.

ToolEffectDescription
taskscheduler_create_taskwritesCreate a new scheduled task that runs a Buril ITool on a cron schedule or Editor event.
taskscheduler_delete_taskwritesPermanently delete a scheduled task and its in-memory run history.
taskscheduler_disable_taskwritesDisable a scheduled task without deleting it.
taskscheduler_enable_taskwritesEnable a scheduled task. Recomputes next_run_unix from now for clock-driven schedules.
taskscheduler_get_taskread-onlyReturn full details for a single scheduled task — including its tool_input payload.
taskscheduler_historyread-onlyReturn the in-memory run history of a scheduled task — last N entries (default 50, max 50).
taskscheduler_list_tasksread-onlyList all scheduled tasks. Each entry includes id, name, cron_expr, tool_name, enabled,
taskscheduler_run_nowwritesForce an immediate run of a scheduled task right now, regardless of its cron schedule.