Write-ProgressEx
0.20
Write-ProgressEx extends the functionality of the standard cmdlet. Write-ProgressEx is a powershell native cmdlet that provide a simple way to show ProgressBars, PercentComplete and SecondsRemaining.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Copyright (c) 2017 Sergey Mazurkin, licensed under MIT License.
Package Details
Author(s)
- Sergey Mazurkin <mazzy@mazzy.ru>
Tags
Progress ProgressBar Write-Progress
Cmdlets
Write-ProgressEx Get-ProgressEx Set-ProgressEx
Functions
Write-ProgressEx Get-ProgressEx Set-ProgressEx
Dependencies
This module has no dependencies.
Release Notes
## v0.20
* [System.Diagnostics.Stopwatch]$Stopwatch replaced on [DateTime]$StartDateTime and [TimeSpan]$Elapsed
* parameters added: paShowProgressBar, StartDateTime, ProgressDateTime, Elapsed, UpdateDateTime, UpdateInterval
* parameter removed: NoProgressBar
* fixed due changed parameters: cmdlets Get-ProgressEx, Set-ProgressEx, Write-ProgressEx cmdlets, examples and messages
* reamde and comments updated
FileList
- Write-ProgressEx.nuspec
- Write-ProgressEx.psd1
- Write-ProgressEx.psm1