Skip to main content

shutdown_kernel

Function shutdown_kernel 

Source
fn shutdown_kernel(save_changes: &Option<bool>)
Expand description

Handles kernel session shutdown procedures, optionally prompting the user to save changes if unspecified.

ยงArguments

  • save_changes - Optional boolean flag indicating whether to save changes (Some(true) / Some(false)) or prompt the user (None)