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

Name Description
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

Name Description
Cancel()

Cancels the operation.

Events

Name Description
ProgressChanged

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

Applies to