Expand description
Shutdown related code.
A global flag indicates when the application is shutting down so actions can be taken at different parts of the codebase.
Statics§
- IS_
SHUTTING_ DOWN - A flag to indicate if Zebra is shutting down.
Functions§
- is_
shutting_ down - Returns true if the application is shutting down.
- set_
shutting_ down - Sets the Zebra shutdown flag to
true
.