ICallHandlerOnExecutionModeChanged Method

when script instance execution mode is changed. Implementation must update ExecutionMode before the call to OnExecutionModeChanged

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
void OnExecutionModeChanged(
	ScriptExecutionMode switchedFrom
)

Parameters

switchedFrom  ScriptExecutionMode
previous execution mode. New mode can be obtained from ExecutionMode

See Also