TestimoX

API Reference

Enum

BenchmarkChangeStatus

Namespace TestimoX.Benchmarks.Transactions
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the state of one change entry.

Inheritance

  • Enum
  • BenchmarkChangeStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const BenchmarkChangeStatus Captured #

The original state was captured.

Value: 0
public const BenchmarkChangeStatus WritePending #

A durable write intent was recorded before changing the setting.

Value: 1
public const BenchmarkChangeStatus Applied #

The desired value was written.

Value: 2
public const BenchmarkChangeStatus Verified #

The desired value was read back and verified.

Value: 3
public const BenchmarkChangeStatus Failed #

The write or post-write verification failed.

Value: 4
public const BenchmarkChangeStatus RolledBack #

The original value was restored and verified.

Value: 5
public const BenchmarkChangeStatus RollbackFailed #

The original value could not be restored or verified.

Value: 6