Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created June 7, 2019 06:18
Show Gist options
  • Save chriskuech/0242e59a5d0e8718acdbc2aa592e9d13 to your computer and use it in GitHub Desktop.
Save chriskuech/0242e59a5d0e8718acdbc2aa592e9d13 to your computer and use it in GitHub Desktop.
$job = Start-Job $action
... # do some other stuff
$job | Wait-Job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment