Interface RegistryRuntimeStartedEvent

RuntimeStartedEvent signifies a runtime started event.

Emitted when a new runtime is started or a previously suspended runtime is resumed.

interface RegistryRuntimeStartedEvent {
    runtime: RegistryRuntime;
}

Properties

Properties