ProgressOutputChannelEvent

data class ProgressOutputChannelEvent(val processId: String, val message: String) : InformativeOutputChannelEvent

Constructors

Link copied to clipboard
constructor(processId: String, message: String)

Properties

Link copied to clipboard
open override val message: String
Link copied to clipboard
open override val processId: String

ID of the process that this event relates to.