Replies: 1 comment
-
I converted this to a discussion, where it belongs. |
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.
-
What were you expecting to happen?
As the title say, i want to know how to listen the end event of current task in the plugin. I am developing a plugin that needs to delete some dir when the current task end. But i can not find a way to do this besides to add an event listener in the task like the blow code
What i want is the plugin can know the end time of the task, so i can do the thing in the plugin, so i can use the plugin like this:
Beta Was this translation helpful? Give feedback.
All reactions