interface ExitResult {
    exited: boolean;
}

Properties

Properties

exited: boolean