beep

The beep method play a sound.

 

Syntax

beep(System.Int16 nType);

 

Parameters

nType

[optional] Type of sound.  0: Error, 1: Warning, 2: Question, 3: Status and 4: Default (default value).

 

Return Value

Returns None.

 

Remarks

Member of app.

 

Example

 
app.beep();
app.beep(4);