ProcessCompleted

@Serializable
@SerialName(value = "ProcessCompleted")
data class ProcessCompleted(val simTime: Double, val entityId: Long, val processName: String) : AnimationEvent(source)

A process coroutine has run to completion for an entity.

Constructors

Link copied to clipboard
constructor(simTime: Double, entityId: Long, processName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simTime: Double