On before restarting the kernel options

interface IRestartOptions {
    onBeforeRestart: () => Promise<void>;
}

Properties

Properties

onBeforeRestart: () => Promise<void>

Method to be called before restarting the kernel