From 7bae9a026b64e0b034618b4170975e08c067c4d0 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Thu, 19 Oct 2023 17:01:25 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fa9d92..c9ccafe 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ $InvokePSThreadResult = Invoke-PSThread @InvokePSThreadParameters - #Do some additional code here + #Do some additional work here before beginning to wait for your runspace pool to be completed. $InvokePSThreadParameters = New-Object -TypeName 'System.Collections.Specialized.OrderedDictionary' $InvokePSThreadParameters.Await = $True