Class ProgressNotificationArgs
ProgressNotificationArgs class
Provides data for the Notify method.
public sealed class ProgressNotificationArgs : EventArgs
Constructors
| Name | Description |
|---|---|
| ProgressNotificationArgs() | Initializes a new instance of the ProgressNotificationArgs class. |
Properties
| Name | Description |
|---|---|
| CurrentStepName { get; } | Gets the name of the current step (part of the operation) being executed. |
| CurrentStepProgress { get; } | Gets the estimated progress percentage completed for the current step (part of the operation) (0-100). |
| EstimatedTotalProgress { get; } | Gets the estimated total progress of the entire operation (0-100). |
Remarks
This class contains progress information about the operation.
See Also
- namespace Aspose.Tasks
- assembly Aspose.Tasks