Open
Description
Summary of the new feature / enhancement
Compare 1..5|%{Start-Sleep -Seconds 1;$_}|Out-GridView
with 1..5|%{Start-Sleep -Seconds 1;$_}|Out-ConsoleGridView
. OGV displays records as they are received (ProcessRecord
) while OCGV shows records only at the end (EndProcessing
).
Proposed technical implementation details (optional)
No response