MC-Basic:task.SERVICEPRINTLEVEL

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<task>''.ServicePrintLevel'' = <value>''<br> ?''<task>''.ServicePrintLevel ? ServicePrintLevel |AVAILABILITY= 0.4.0.6 |DESCRIPTION= Quer…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Queries or sets printing of service messages. Printing is set with the values:
       0 (OFF) – Service messages are not printed.
       1 (ON) – Service messages are printed.

Syntax

<task>.ServicePrintLevel = <value>

?<task>.ServicePrintLevel

? ServicePrintLevel

Availability

0.4.0.6

Type

Long

Range

0 or 1

Default

0

Scope

Task or Terminal

Examples

?Task1.prg.ServicePrintLevel

Task1.prg.ServicePrintLevel = 1

?ServicePrintLevel’ service print level of the current task

See Also