C.53. ExitWhile()

Beendet innerhalb einer While-Schleife deren Ausführung.
ExitWhile()
Mit ExitWhile() kann innerhalb einer While-Schleife die weitere Ausführung abgebrochen werden, unabhängig davon, ob die While-Bedingung erfüllt ist oder nicht.
Asterisk-Versionen:
        |     |        | 1.4 |————————| 1.6 |————————
Interner Hilfetext zu dieser Applikation in Asterisk 1.4:
  -= Info about application 'ExitWhile' =-

[Synopsis]
End a While loop

[Description]
Usage:  ExitWhile()
Exits a While loop, whether or not the conditional has been satisfied.
Differenz des internen Hilfetexts von Asterisk 1.2 zu 1.4:
— in Asterisk 1.2 nicht vorhanden —
Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,5 +4,4 @@
   End a While loop

   [Description]
-  Usage:  ExitWhile()
-  Exits a While loop, whether or not the conditional has been satisfied.
+    ExitWhile(): Exits a While() loop, whether or not the conditional has been satisfied.