Click or drag to resize

RestartManagerStatusHandler Delegate

Represents the method that handles status updates.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public delegate void StatusHandler(
	int percentComplete
)

Parameters

percentComplete
Type: SystemInt32
The percentage completed.
See Also