RunWarning

data class RunWarning(val warning: RunWarningType) : RunEvent(source)

Emitted when a potentially problematic configuration is detected before the run starts. Does not prevent the run from proceeding; the receiving GUI or test driver should surface it to the user.

Multiple warnings may be emitted for a single run. All RunWarning events are emitted before the run's Started variant.

Constructors

Link copied to clipboard
constructor(warning: RunWarningType)

Properties

Link copied to clipboard