Interface CheckerMessage

Event emitted when a solution checker has been run.

Hierarchy

  • CheckerMessage

Properties

Messages produced by the checker

output: Output

Mapping between output section name and contents

Deprecated

Use the messages list to retrieve the output instead.

sections: string[]

The sections output in order

Deprecated

Use the messages list to retrieve the output instead.

time?: number

Time in milliseconds (if run with output-time: true)

type: "checker"

Message type

Generated using TypeDoc