Info

data class Info(val message: String) : SourceEvent, InfoEvent

Emitted for neutral information provided by the source. The information provided with this event is only for analytical purposes and are subject to change. Thus, neither the timing nor the content should be used to trigger workflows, but may be used for logging.

Furthermore, this event is not a side effect or replacement for other events i.e. there is no Info event for a finished segment download as there exists already the specific DownloadFinished event.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open override val message: String

A natural language message detailing the reason and origin of this event