mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
add task kill method
This commit is contained in:
@@ -26,4 +26,4 @@ export default scheduledTask({
|
||||
|
||||
The `trigger` is a cron tab pattern, you can edit and test one [here](https://crontab.guru/).
|
||||
|
||||
:::tip If you want to cancel a task in the future, you'll need to know it's name! :::
|
||||
:::tip If you want to cancel a task in the future, you'll need to know it's name! `deps['@sern/scheduler'].kill(uuid)` will kill the task. :::
|
||||
|
||||
Reference in New Issue
Block a user