 | ITaskHandlerStatusUpdateStatus Method |
Tells the Task Scheduler about the percentage of completion of the COM handler.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxvoid UpdateStatus(
short percentComplete,
string statusMessage
)
Sub UpdateStatus (
percentComplete As Short,
statusMessage As String
)
void UpdateStatus(
[InAttribute] short percentComplete,
[InAttribute] String^ statusMessage
)
Parameters
- percentComplete
- Type: SystemInt16
A value that indicates the percentage of completion for the COM handler. - statusMessage
- Type: SystemString
The message that is displayed in the Task Scheduler UI.
See Also