The beep method play a sound.
beep(System.Int16 nType);
nType
[optional] Type of sound. 0: Error, 1: Warning, 2: Question, 3: Status and 4: Default (default value).
Returns None.
Member of app.
app.beep();
app.beep(4);