TestimoX

API Reference

Enum

BenchmarkCompositionStatus

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

Describes the resolution status of one target-to-pack composition rule.

Inheritance

  • Enum
  • BenchmarkCompositionStatus

Usage

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

Values

public const BenchmarkCompositionStatus Assigned #

The pack and profiles are assigned to the target.

Value: 0
public const BenchmarkCompositionStatus RequiresExplicitEnablement #

The rule matches but requires explicit operator enablement.

Value: 1
public const BenchmarkCompositionStatus Blocked #

The rule or exact pack cannot safely be resolved.

Value: 2