 | ITaskHandlerStatusUpdateStatus Method |
Tells the Task Scheduler about the percentage of completion of the COM handler.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxvoid UpdateStatus(
short percentComplete,
string statusMessage
)
Request Example
Parameters
- percentComplete Int16
- A value that indicates the percentage of completion for the COM handler.
- statusMessage String
- The message that is displayed in the Task Scheduler UI.
See Also