Does anybody know how to track the fact that reactive command has finished its execution and hook up the method, which will start running after that?
P.S. The variant when calling the method in the end of the command's handler method does not fit in my situation.
Thanks in advance!