This page last changed on Oct 14, 2011 by wikibot.

While()

Synopsis

Start a while loop.

Description

Start a While Loop. Execution will return to this point when EndWhile() is called until expr is no longer true.

Syntax

While(expr)
Arguments
  • expr

See Also

Asterisk 10 Application_EndWhile
Asterisk 10 Application_ExitWhile
Asterisk 10 Application_ContinueWhile

Import Version

This documentation was imported from Asterisk version SVN-branch-10-r340810.

Document generated by Confluence on Oct 14, 2011 13:24