Skip to main content

Mountain/Vine/Client/
IsShuttingDown.rs

1#![allow(non_snake_case)]
2
3//! Whether the Vine client has been marked shutting down.
4
5use crate::Vine::Client::Shared;
6
7pub fn Fn() -> bool { Shared::ShutdownFlagLoad() }