OSSingleton.kill

Kill (terminate) the process identified by the given process ID (pid), e.g. the one returned by execute in non-blocking mode. Note that this method can also be used to kill processes that were not spawned by the game.

struct OSSingleton
@nogc nothrow
GodotError
kill
(
in long pid
)

Meta