Table of Contents

Enum MutationStatus

Namespace
DotNetQuery.Core
Assembly
DotNetQuery.Core.dll

Represents the lifecycle state of a mutation execution.

public enum MutationStatus : byte

Fields

Failure = 3

The last execution failed with an error.

Idle = 0

The mutation has not been executed yet, or has been reset.

Running = 1

The mutation is currently executing.

Success = 2

The last execution completed successfully.