TaskExecutionProgressEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the task execution progress event.
public ref class TaskExecutionProgressEventArgs : EventArgs
public class TaskExecutionProgressEventArgs : EventArgs
type TaskExecutionProgressEventArgs = class
inherit EventArgs
Public Class TaskExecutionProgressEventArgs
Inherits EventArgs
- Inheritance
-
TaskExecutionProgressEventArgs
Constructors
TaskExecutionProgressEventArgs(ITask, Int32, String) |
Initializes a new instance of the TaskExecutionProgressEventArgs class with the specified task, percentage of progress, and event message. |
Properties
Message |
Gets the message of the event. |
ProgressPercentage |
Gets the asynchronous progress percentage of the event. |
Task |
Retrieves the task of the event. |