RunCancelled

data class RunCancelled(val reason: String) : RunEvent(source)

Terminal event — emitted when the run is stopped by an explicit call to RunHandle.cancel. Always the last event on the flow.

Constructors

Link copied to clipboard
constructor(reason: String)

Properties

Link copied to clipboard

the message passed to RunHandle.cancel