OperationStatus Enumeration

 

Indicates the status levels of storage operations.

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

Syntax

public enum OperationStatus
public enum class OperationStatus
Public Enumeration OperationStatus

Members

Member name Description
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.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top