beep parameter

The beep parameter may be used to set or query whether a beep should be emitted the next time the screenShow command is issued.

Availability

query command
set command

Scope

Global.

Syntax

query beep
set beep { on | off } 

Parameters

on Use the on parameter to indicate that a beep should be emitted the next time the screenShow command is issued.
off Use the off parameter to indicate that a beep should not be emitted the next time the screenShow command is issued.

Examples

query beep
set beep on 


query command
screenShow command
set command