MC-Basic:UNBREAKABLE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= UnBreakable = <''expression''> |AVAILABILITY= Versions 3.7.x and higher |DESCRIPTION= Used for critical I/O Terminal user programs that shoul…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

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