Skip to content

@loontail/minecraft-kit v0.5.0 / LaunchRunOptions

Interface: LaunchRunOptions

Options for kit.launch.run (and the lower-level runLaunch helper).

Properties

PropertyModifierTypeDescription
killGracePeriodMs?readonlynumberMilliseconds to wait between SIGTERM and SIGKILL when aborting.
onEvent?readonly(event: ProgressEvent) => void-
signal?readonlyAbortSignal-

MIT License