Reply To: [Feature Request] OnResume callback on ActionTask

Forums 💬 NodeCanvas ⚙️ Support [Feature Request] OnResume callback on ActionTask Reply To: [Feature Request] OnResume callback on ActionTask

#17319
Gavalakis
Keymaster

    Hello again,

    I will look into adding an explicit Resume callback. The problem with that though, would be that if I do, I will then also have to remove the OnExecute from being called when the action resumes (which is what happens now), and that might create problems with backwards compatibility, so I will have to make sure this does not happen 🙂
    Until that is done though, you can do something like this for example:

    Let me know what you think.
    Thank you!