Difference between revisions of "SET CLOCKDISPLAY"

From Recital Documentation Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET CLOCKDISPLAY=
 
 
 
==Class==
 
Recital Terminal Developer Environment
 
 
 
 
==Purpose==
 
==Purpose==
 
Turn clock display on or off
 
Turn clock display on or off
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set clockdisplay off
 
set clockdisplay off
</pre>
+
</code>
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|CLOCKDISPLAY]]
 
[[Category:Set_Commands|CLOCKDISPLAY]]
 +
[[Category:Terminal Environment]]
 +
[[Category:Terminal Environment Set Commands]]

Latest revision as of 16:51, 12 November 2009

Purpose

Turn clock display on or off


Syntax

SET CLOCKDISPLAY <ON | OFF>


See Also

SET CLOCK, SET CLOCKRATE, SET HOURS, SET MESSAGE, SET STATUS


Description

The SET CLOCKDISPLAY command allows the lock to remain on for timers, but the clock is not displayed on the screen when CLOCKDISPLAY is set OFF. This is particularly useful for ON TIMEOUT and mail processing when no display of the clock is desired. SET CLOCKDISPLAY is ON by default.


Example

set clockdisplay off

Products

Recital