Alert.playSound() |
Top Previous Next |
Alert.playSound( wavfile )
This function generates an audio alert using the sound file passed as a parameter.
Parameters
Usage
var bCondition = false;
function main() {
... ... if ( bCondition==true ) { Alert.playSound( "c:\program files\eSignal\Sounds\Warning.wav" ); ... }
}
|