ICmdlet.WriteProgress(ProgressRecord) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the progress.
public void WriteProgress (System.Management.Automation.ProgressRecord progressRecord);
abstract member WriteProgress : System.Management.Automation.ProgressRecord -> unit
Public Sub WriteProgress (progressRecord As ProgressRecord)
Parameters
- progressRecord
- ProgressRecord
The progress record.