Skip to content

Enum BehaviorIdempotencyMode

Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll

Describes whether a behavior execution is safe to replay automatically.

public enum BehaviorIdempotencyMode

Idempotent = 1

Replaying the same logical behavior execution is expected to be safe.

NonIdempotent = 2

Replaying the same logical behavior execution is not expected to be safe.

Unknown = 0

No explicit idempotency contract was declared for the behavior.