Table of Contents

Enum OperationState

Namespace
NexusRpc
Assembly
NexusRpc.dll

State an operation can be in.

public enum OperationState

Fields

Canceled = 3

Indicates an operation completed as canceled.

Failed = 2

Indicates an operation completed as failed.

Running = 0

Indicates an operation is started and not yet completed.

Succeeded = 1

Indicates an operation completed successfully.