Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsShutdownEnabled
Method
IsShutdownEnabled
Libraries/unrar/errhnd.hpp:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
void SetSystemErrorCode(int Code);
64
void SetDisableShutdown() {DisableShutdown=true;}
65
bool IsShutdownEnabled() {return !DisableShutdown;}
66
67
bool UserBreak; // Ctrl+Break is pressed.
68
bool MainExit; // main() is completed.
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected