TestimoX

API Reference

Enum

BenchmarkTransactionStatus

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

Identifies the lifecycle state of a benchmark change transaction.

Inheritance

  • Enum
  • BenchmarkTransactionStatus

Usage

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

Values

public const BenchmarkTransactionStatus Captured #

Pre-change evidence has been captured but no write has started.

Value: 0
public const BenchmarkTransactionStatus Applying #

One or more settings are being changed.

Value: 1
public const BenchmarkTransactionStatus Verified #

All requested settings were applied and verified.

Value: 2
public const BenchmarkTransactionStatus Failed #

A write or verification failed.

Value: 3
public const BenchmarkTransactionStatus RolledBack #

Every applied setting was restored.

Value: 4
public const BenchmarkTransactionStatus RollbackFailed #

At least one rollback operation failed verification.

Value: 5