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)