OperationStatus Enumeration

 

Indicates the status levels of storage operations.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

public enum class OperationStatus

Member nameDescription
Cancelled

Indicates that the operation was canceled.

Failed

Indicates that the operation was not successful.

InProgress

Indicates that the operation is in progress.

NotStarted

Indicates that the operation has not started.

Succeeded

Indicates that the operation succeeded.

Return to top

Community Additions

ADD
Show: