From 4e82038adbcbff1b902679a3216248ec2df6fe28 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Thu, 19 Oct 2023 17:01:51 -0400 Subject: [PATCH] Update Invoke-PSThread.ps1 --- Invoke-PSThread.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Invoke-PSThread.ps1 b/Invoke-PSThread.ps1 index f3a5051..b23ee86 100644 --- a/Invoke-PSThread.ps1 +++ b/Invoke-PSThread.ps1 @@ -215,7 +215,7 @@ Function Invoke-PSThread $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 @@ -915,4 +915,4 @@ Function Invoke-PSThread } } } -#endregion \ No newline at end of file +#endregion