Quick question please. I can't tell from the documentation if the Phone.Shell function is asynchronous or not.
Does calling it hold up my app while it executes?
I guess that I can always put it in a thread if so.
Assuming that it is asynchronous - what would be the best way to handle the results? How can I tell when it finishes?
Thanks
dave
Does calling it hold up my app while it executes?
I guess that I can always put it in a thread if so.
Assuming that it is asynchronous - what would be the best way to handle the results? How can I tell when it finishes?
Thanks
dave