toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.engine.event
/
EngineCrashed
Engine
Crashed
interface
EngineCrashed
:
EngineEvent
An event indicating that the engine has been unexpectedly crashed.
Members
Functions
engine
Link copied to clipboard
abstract
fun
engine
(
)
:
Engine
Returns the
Engine
instance initiated this event.
exit
Code
Link copied to clipboard
abstract
fun
exitCode
(
)
:
Int
Returns the exit code of the engine process that has been unexpectedly terminated due to the crash.