OperationStatus Members

OperationStatus overview

Public Properties

Error

Gets the error that occurred for the operation represented by the OperationStatus, if State is OperationState.Failed, or null otherwise.

ProgressMaximum

Gets the maximum amount of progress for the operation represented by the OperationStatus, if State is OperationState.Working, or -1 otherwise or if the operation's progress maximum is unknown.

ProgressPercent

Gets a value representing the percentage of progress completed by the operation.

ProgressValue

Gets the current amount of progress for the operation represented by the OperationStatus, if State is OperationState.Working, or 0 otherwise or if the operation's progress is unknown.

State

Gets the state of the operation represented by the OperationStatus.

Type

Gets the type of operation represented by the OperationStatus.

See Also

OperationStatus Class | Kjs.AppLife.Update.Web Namespace