RuntimeShutdownCallback

Shutdown the runtime.

extern (C)
alias RuntimeShutdownCallback = void function
(
void* context
,
scope RormError
)

Return Value

- If no runtime is currently existing, a Error.Type.MissingRuntimeError will be returned. - If the runtime could not be locked, a Error.Type.RuntimeError containing further information will be returned.

Meta