3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Script
Base
T
On
Execution
Mode
Changed Method
Called by call flow scripting engine when ExecutionMode has been changed. Can be overriden by the script implementation to track changes.
Definition
Namespace:
CallFlow
Assembly:
3CX.CallFlow.ScriptingHost (in 3CX.CallFlow.ScriptingHost.dll) Version: 20.0.1
C#
Copy
public
virtual
void
OnExecutionModeChanged
(
ScriptExecutionMode
switchedFrom
)
Parameters
switchedFrom
ScriptExecutionMode
Previous execution mode. This method is called after
ExecutionMode
is changed
Implements
ICallHandler
OnExecutionModeChanged(ScriptExecutionMode)
See Also
Reference
ScriptBase
T
Class
CallFlow Namespace
In This Article
Definition
Parameters
Implements
See Also