Skript Tasks: allows for functions to be scheduled with a Task Scheduler. #6230
Unanswered
Rakise
asked this question in
Suggestions
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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