Property IsDebugMode
- Namespace
- WhalesSecret.TradeScriptLib.API
- Assembly
- WhalesSecret.TradeScriptLib.dll
IsDebugMode
true
when the trade script runs in the debug mode, false
if it runs in the production mode.
bool IsDebugMode { get; }
true
when the trade script runs in the debug mode, false
if it runs in the production mode.
bool IsDebugMode { get; }