Runtime.terminate

Terminates the runtime. This call is to be used in instances where the standard program termination process will not be not executed. This is most often in shared libraries or in libraries linked to a C program. If the runtime was not successfully initialized the function returns false.

struct Runtime
static
bool
terminate
()

Return Value

Type: bool

true if termination succeeded or false if termination failed.

Suggestion Box / Bug Report