getMode

declare function getMode(): Promise<"backtest" | "live">;

Gets the current execution mode.