ScriptBaseTOnExecutionModeChanged 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#
public virtual void OnExecutionModeChanged(
	ScriptExecutionMode switchedFrom
)

Parameters

switchedFrom  ScriptExecutionMode
Previous execution mode. This method is called after ExecutionMode is changed

Implements

ICallHandlerOnExecutionModeChanged(ScriptExecutionMode)

See Also