| Call(String, DictionaryString, String) |
Awaitable version of Call(String, ActionBoolean, DictionaryString, String) Script should use this method only when executed in Active mode. |
| Call(String, ActionBoolean, DictionaryString, String) |
Delegates call hanling to the new call flow started by the new instance of the specified script.
The reference to MyCall and subscriptions to the MyCall events are left alive and calling script can continue to perform operations
When new call flow is calling Return(Boolean) it is detached from MyCall
and then delegate completed is called Script should use this method only when executed in Active mode. |