This commit is contained in:
LolzTheDev
2024-07-19 20:15:51 -05:00
committed by GitHub
parent 4542c9263d
commit b016cf1665

View File

@@ -26,4 +26,7 @@ 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! `deps['@sern/scheduler'].kill(uuid)` will kill the task. :::
:::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.
:::