ScriptBaseTStart Method

Start of the script. Script can be called or executed as a part of call flow. Script is ended when:
1. Call is terminated.
2. SwitchTo(String) - continues call without return to this script
3. Call to Return(Boolean) return will calls the action last registered in the stack by Call(String, ActionBoolean, DictionaryString, String)
Pay attention that when RouteTo(String, String, Int32, ActionBoolean) is answered then flow will be terminated.

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow.ScriptingHost (in 3CX.CallFlow.ScriptingHost.dll) Version: 20.0.1
C#
public abstract void Start()

Implements

ICallHandlerStart

See Also