Is it possible to get a callback when SendRemoteCommand has completed?
From the documentation it looks like you can only send and forget, but maybe I’m missing something.
I’m trying to do something like this:
SendRemoteCommand
Get callback
If success, do further processing, then show a success window.
If failed, show a fail window
Thank you for any help.