Cancelled

data class Cancelled(val reason: String) : RunResult(source)

The run was stopped by an explicit call to RunHandle.cancel.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard

the message passed to RunHandle.cancel, or a default if none was provided