EndCheckResult

class EndCheckResult(val conditionMet: Boolean, val title: String, val description: String)

Provides a result from a end check which details if conditionMet and provides a title and description to add detail to the result.

Constructors

Link copied to clipboard
constructor(conditionMet: Boolean, title: String, description: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard