ProgressNotificationArgs

ProgressNotificationArgs class

Provides data for the

The ProgressNotificationArgs type exposes the following members:

Constructors

NameDescription
ProgressNotificationArgs()Initializes a new instance of the ProgressNotificationArgs class.

Properties

NameDescription
current_step_nameGets the name of the current step (part of the operation) being executed.
current_step_progressGets the estimated progress percentage completed for the current step (part of the operation) (0-100).
estimated_total_progressGets the estimated total progress of the entire operation (0-100).

See Also