TrackerAttachResult

data class TrackerAttachResult(val csvAttached: Boolean, val consoleAttached: Boolean)(source)

Per-tracker success flags. Both fields are false when the corresponding tracker was not requested by the spec — i.e. "skipped" and "failed" are indistinguishable in the result. Use SolverTrackingSpec.enableCsvTrace / enableConsoleTrace to disambiguate if needed.

Constructors

Link copied to clipboard
constructor(csvAttached: Boolean, consoleAttached: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard