Table of Contents

Enum NexusOperationWaitStage

Namespace
Temporalio.Api.Enums.V1
Assembly
Temporalio.dll

Stage that can be specified when waiting on a nexus operation.

public enum NexusOperationWaitStage

Fields

[OriginalName("NEXUS_OPERATION_WAIT_STAGE_CLOSED")] Closed = 2

Wait for the operation to be in a terminal state, either successful or unsuccessful.

[OriginalName("NEXUS_OPERATION_WAIT_STAGE_STARTED")] Started = 1

Wait for the operation to be started.

[OriginalName("NEXUS_OPERATION_WAIT_STAGE_UNSPECIFIED")] Unspecified = 0