Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Script inspection inside function annotated with @WrapToScript

Hi,

(this question has also been posted on the forum)

I have a use case where I create Java objects with functions annotated with @WrapToScript. These objects need to be cleaned-up when the script finishes. Is there any way to access the current script environment inside a function annotated with @WrapToScript? Or maybe a way to subscribe to an event that tells me if the script is done?

Thank you

Back to the top