Target Crashed Event
data class TargetCrashedEvent(targetId: TargetID, status: String, errorCode: Int) : Event
Content copied to clipboard
Issued when a target has crashed.
Constructors
TargetCrashedEvent
Link copied to clipboard
fun TargetCrashedEvent(targetId: TargetID, status: String, errorCode: Int)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard