C.83. MacroExit()
Bricht die Abarbeitung eines Makros ab.
MacroExit()
Kann innerhalb eines Makros dazu benutzt werden, das Makro
vorzeitig zu beenden.
Asterisk-Versionen:
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
Interner Hilfetext zu dieser Applikation in Asterisk 1.4:
-= Info about application 'MacroExit' =-
[Synopsis]
Exit From Macro
[Description]
MacroExit():
Causes the currently running macro to exit as if it had
ended normally by running out of priorities to execute.
If used outside a macro, will likely cause unexpected
behavior.
Differenz des internen Hilfetexts von Asterisk 1.2 zu 1.4:
— keine —Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
— keine —Siehe auch
Abschnitt C.81, „Macro()
“