mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-16 01:40:35 -06:00
Update functions/private/Set-WinUtilTaskbarItem.ps1
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
This commit is contained in:
parent
0ff05828e1
commit
cd35c74896
@ -4,9 +4,10 @@ function Set-WinUtilTaskbaritem {
|
|||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Modifies the Taskbaritem of the WPF Form
|
Modifies the Taskbaritem of the WPF Form
|
||||||
|
|
||||||
.PARAMETER state & value
|
.PARAMETER state
|
||||||
Value can be between 0 and 1, 0 being no progress done yet and 1 being fully completed
|
|
||||||
State can be 'None' > No progress, 'Indeterminate' > Without value, 'Normal' > when using value, 'Error' > Red (when using value), 'Paused' > Yellow (when using value)
|
State can be 'None' > No progress, 'Indeterminate' > Without value, 'Normal' > when using value, 'Error' > Red (when using value), 'Paused' > Yellow (when using value)
|
||||||
|
.PARAMETER value
|
||||||
|
Value can be between 0 and 1, 0 being no progress done yet and 1 being fully completed
|
||||||
|
|
||||||
.PARAMETER overlay
|
.PARAMETER overlay
|
||||||
Overlay icon to display on the taskbar item
|
Overlay icon to display on the taskbar item
|
||||||
|
Loading…
Reference in New Issue
Block a user