ERIS CORE

◆ haltCallForwarding()

void AppWren::haltCallForwarding ( )
inline

halts forwarding of the AppBase class method calls/n this allows scripts to run without utilizing the App interface within wren

Definition at line 141 of file AppWren.h.

141  {
142  enable_call_forwarding = false;
143  }
bool enable_call_forwarding
Definition: AppWren.h:765

References enable_call_forwarding.