Enum MutationStatus
- Namespace
- DotNetQuery.Core
- Assembly
- DotNetQuery.Core.dll
Represents the lifecycle state of a mutation execution.
public enum MutationStatus : byte
Fields
Failure = 3The last execution failed with an error.
Idle = 0The mutation has not been executed yet, or has been reset.
Running = 1The mutation is currently executing.
Success = 2The last execution completed successfully.