Skript Tasks: allows for functions to be scheduled with a Task Scheduler. #6230
Unanswered
Rakise
asked this question in
Suggestions
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The proposed Task Scheduler would enable users to create and manage tasks for specific functions
Key Features:
if task "MyTask" is active:
# Perform actions if the task is currently running
cancel task "MyTask"
obs: if a user decides to cancel a task while it is in progress, it should indeed interrupt any ongoing processes, including the "wait" effect.
Beta Was this translation helpful? Give feedback.
All reactions