ExecutionContextDestroyedParameter

@Serializable
data class ExecutionContextDestroyedParameter(val executionContextId: Int, val executionContextUniqueId: String)

Issued when execution context is destroyed.

Constructors

Link copied to clipboard
constructor(executionContextId: Int, executionContextUniqueId: String)

Properties

Link copied to clipboard

Id of the destroyed context

Link copied to clipboard

Unique Id of the destroyed context