 | 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.12.0
Syntaxpublic delegate void ComHandlerUpdate(
short percentage,
string message
)
Request Example
View SourceParameters
- percentage Int16
- The percentage of completion (0 to 100).
- message String
- An optional message.
See Also