OperationProgress Class

Contains information about a currently executing operation.

Inheritance Hierarchy

Syntax

public class OperationProgress : Inedo.Serialization.ISlimBinarySerializable

Constructors

Name Description
OperationProgress(int? percent)
OperationProgress(string message)

Initializes a new instance of the OperationProgress class.

OperationProgress(int? percent, string message)
OperationProgress(int? percent, string message, bool stalled)

Properties

Name Description
Message

Gets the message.

Percent

Gets the percent complete.

Stalled

Returns true if the operation is waiting for an external resource to become available.

StatementProgress

Methods

Name Description
ToString

Returns a string representation of the instance.