IReportProgress Interface

Definition

Defines a method that displays the progress report in the class.

public interface class IReportProgress
public interface IReportProgress
type IReportProgress = interface
Public Interface IReportProgress

Properties

IsCancellable

Gets a value indicating whether the user can cancel an operation.

IsRunning

Gets a value indicating whether the state of the operation is running.

Message

Gets the message associated with the current state of operation.

Progress

Gets the current percentage of progress.

Methods

Cancel()

Cancels the operation.

Events

ProgressChanged

Occurs when the signal of the operation's progress is changed.

Applies to