Add a way to check if run command output is disabled
This commit is contained in:
parent
f5c6dfcb1c
commit
dd6122c6f5
@ -286,6 +286,7 @@ public:
|
||||
static void DisableMessages() { s_DisableMessages = true; }
|
||||
static void DisableRunCommandOutput() {s_DisableRunCommandOutput = true; }
|
||||
static void EnableRunCommandOutput() {s_DisableRunCommandOutput = false; }
|
||||
static bool GetRunCommandOutput() { return s_DisableRunCommandOutput; }
|
||||
protected:
|
||||
// these two functions can be called from ConvertToOutputPath
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user