Mountain/Vine/Client/IsShuttingDown.rs
1
2//! Whether the Vine client has been marked shutting down.
3
4use crate::Vine::Client::Shared;
5
6pub fn Fn() -> bool { Shared::ShutdownFlagLoad() }
1
2//! Whether the Vine client has been marked shutting down.
3
4use crate::Vine::Client::Shared;
5
6pub fn Fn() -> bool { Shared::ShutdownFlagLoad() }