Skip to content

Class CdcCaptureExecutionRuntimeReportingCoverageStates

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable reporting-coverage state identifiers used by CDC execution-runtime summaries.

public static class CdcCaptureExecutionRuntimeReportingCoverageStates

objectCdcCaptureExecutionRuntimeReportingCoverageStates

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Every declared CDC capture owned by the execution runtime has reported runtime state.

public const string FullyReported = "fully-reported"

string

The execution runtime does not currently own any declared CDC captures.

public const string NotBound = "not-bound"

string

The execution runtime owns declared CDC captures and only part of that declared set has reported runtime state.

public const string PartiallyReported = "partially-reported"

string

The execution runtime cannot currently determine reporting coverage.

public const string Unknown = "unknown"

string

The execution runtime owns declared CDC captures, but none of them have reported runtime state yet.

public const string Unreported = "unreported"

string