AdrianVollmer/PowerHub

Add ability to cancel remote job

AdrianVollmer opened this issue · 0 comments

When pressing CTRL-C in the shell, one option one would like to do is to cancel the currently running job, maybe because it is taking too long. We'd have to move from using $PowerShell.Invoke() to $PowerShell.BeginInvoke() to run the jobs asynchronously.