Difference between revisions of "MC-Basic:task.SERVICEPRINTLEVEL"
m (Text replace - "<value>" to "<''value''>") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:task.SERVICEPRINTLEVEL}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''task''>.ServicePrintLevel'' = <''value''>''<br> |
− | ?'' | + | ?<''task''>.ServicePrintLevel |
? ServicePrintLevel | ? ServicePrintLevel | ||
Line 46: | Line 47: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:SYSTEM.SERVICEPRINTLEVEL|SYSTEM.SERVICEPRINTLEVEL]] |
− | [[Category | + | [[Category:MC-Basic:Task Control|task.SERVICEPRINTLEVEL]] |
}} | }} |
Latest revision as of 08:06, 2 May 2017
Language: | English • 中文(简体) |
---|
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