diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index 53a2363..f0bf2e2 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -51,6 +51,15 @@ struct WrapperState std::atomic mInNRT{false}; std::atomic mNodeAlive{true}; Result mResult{}; + + ~WrapperState() + { + if(!mJobDone && !mSynchronous) + { + std::cout << "Processing Cancelled" << std::endl; + } + } + }; /// Named, shared clients already have a lookup table in their adaptor class