rorm_runtime_shutdown

Shutdown the runtime.

extern (C)
void
rorm_runtime_shutdown

Parameters

timeoutMsecs ulong

Specify the amount of time to wait in milliseconds.

callback RuntimeShutdownCallback

Callback to call when finished, only passing in error information.

context void*

context pointer to pass through as-is into the callback.

This function is called completely synchronously.

Return Value

Type: void

- 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