Closed imtrobin closed 4 years ago
Hi, isi there a callback for when process has exit? Couldn't see one
Yes! You can use the Command's task for this:
Command
var command = Command.Run(...); command.Task.ContinueWith(t => /* do something once the process has finished */);
Hi, isi there a callback for when process has exit? Couldn't see one