Difference between revisions of "MC-Basic:UNBREAKABLE"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (note template)
Line 19: Line 19:
 
Unbreakable<>0  avoids breaking(stopping) task, Unbreakable=0  permits this.
 
Unbreakable<>0  avoids breaking(stopping) task, Unbreakable=0  permits this.
  
''UnBreakable task may stop due to runtime error. ''
+
{{Note/Important|UnBreakable task may stop due to runtime error.}}
  
 
+
;Return Value:     none
 
 
Return Value:     none
 
  
 
|TYPE=
 
|TYPE=

Revision as of 17:48, 13 December 2010

Used for critical I/O Terminal user programs that should not be stopped in any circumstances. Avoids breaking (stopping) task, ignoring the task-control commands:
       KILLTASK
       IDLETASK
       STEPIN
       BREAKPOINT
       UNLOAD

Unbreakable<>0  avoids breaking(stopping) task, Unbreakable=0  permits this.

IMPORTANT.svgIMPORTANT
UnBreakable task may stop due to runtime error.
Return Value
     none

Syntax

UnBreakable = <expression>

Availability

Versions 3.7.x and higher

Type

Long

Range

0 to MaxLong

Scope

Task

Limitations

Write Only

Examples

UnBreakable = 1

See Also