Ok

data class Ok(val file: File) : StandardReportOutcome(source)

The report rendered successfully; file is the written report file.

Constructors

Link copied to clipboard
constructor(file: File)

Properties

Link copied to clipboard
val file: File