WriteStatus#
Writes a status message for AME Wizard to use ontop of the progress bar.
Warning
Status messages should be kept short and concise. See the examples at the end for inspiration.
Required Parameters#
Paramater |
Description |
Type |
---|---|---|
|
Specifies the status to write. |
string |
Note
For obvious reasons, this does not support the weight
parameter.
Examples#
- writeStatus: {status: 'Configuring services'}
- writeStatus: {status: 'Removing APPX packages'}
- writeStatus: {status: 'Modifying registry'}
- writeStatus: {status: 'Installing Chocolatey'}
- writeStatus: {status: 'Installing .NET 3.5'}
- writeStatus: {status: 'Configuring features'}