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