Runtime.FireStatusChanged Method
Fires the StatusChanged event with the specified values.
FireStatusChanged(System.String message, System.Int32 percentComplete, System.Boolean isLast)
Fires the StatusChanged event with the specified values.Syntax
public static void FireStatusChanged (
System.String message,
System.Int32 percentComplete,
System.Boolean isLast
)
Parameters
The value of the StatusChangedEventArgs.Message property.
The value of the StatusChangedEventArgs.PercentComplete property.
The value of the StatusChangedEventArgs.IsLast property.
Remarks
The value of the StatusChangedEventArgs.IsPercentCompleteValid property is calculated from the percentComplete parameter. A value less than zero results in False; a value that equals or is greater than zero results in True.
The StatusChangedEventArgs.Id property is always zero when the StatusChanged event is fired explicitly by FireStatusChanged.
Platforms
Windows, Linux, Android