Exit command
The Exit command can be used for terminating the execution of an OzML script. This means the commands after the Exit command will not be executed.
Parameters
This command does not require any additional parameters.
OzML example
This simple example shows that how the Exit command effects the execution of the OzML script. The two commands, the Speak and the Delay commands will be executed, and then the Exit command terminates the OzML script and the last Speak command will not be executed.
<Response> <Speak>Exit command will be executed in 3 seconds.</Speak> <Delay>3</Delay> <Exit/> <Speak>This command will not be executed.</Speak> </Response>
More information
- Polecenie AttendedTransfer
- Polecenie BlindTransfer
- Polecenie Call
- Polecenie ForwardCall
- Polecenie ListCallHistory
- Polecenie Hangup
- Polecenie Hold
- Polecenie ListActiveCalls
- Polecenie ListExtensions
- Polecenie ListExtensionTypes
- Polecenie Play
- Polecenie Record
- Polecenie Request
- Polecenie SendDTMF
- Speak
- Polecenie Unhold
- Polecenie ReceiveMessage
- Polecenie SendEmail
- Polecenie SendMessage
- Polecenie SendSMS
- Polecenie Array
- Polecenie Beep
- Polecenie Delay
- Polecenie DeleteFile
- Polecenie ForEach
- Polecenie GoTo
- Polecenie MoveFile
- Polecenie Reject
- Polecenie Route
- Polecenie SendAlarmNotification
- Polecenie SendMsg
- Polecenie UserInput
- Polecenie Var
- Polecenie WaitForMsg
- Polecenie CallSetup
- Polecenie Exit
- Polecenie ListAddressbookContacts
- Polecenie ListAddressbookNames
- ReceiveAlarmNotification