AgentRemoved

@Serializable
@SerialName(value = "AgentRemoved")
data class AgentRemoved(val simTime: Double, val agentName: String) : AnimationEvent(source)

An agent left the model registry.

Constructors

Link copied to clipboard
constructor(simTime: Double, agentName: String)

Properties

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