ICmdlet.WriteProgress(String, String, String, Int32) 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.
public void WriteProgress (string activity, string statusDescription, string currentOperation, int percentComplete);
abstract member WriteProgress : string * string * string * int -> unit
Public Sub WriteProgress (activity As String, statusDescription As String, currentOperation As String, percentComplete As Integer)
Parameters
- activity
- String
- statusDescription
- String
- currentOperation
- String
- percentComplete
- Int32