TaskServiceComHandlerUpdate Delegate
Delegate for methods that support update calls during COM handler execution.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public delegate void ComHandlerUpdate(
short percentage,
string message
)
Parameters
- percentage Int16
- The percentage of completion (0 to 100).
- message String
- An optional message.