Difference between revisions of "MC-Basic:UNBREAKABLE"
m (Miborich moved page Axystems:MC-Basic:UNBREAKABLE to MC-Basic:UNBREAKABLE: Global renaming of Axystems: namespace into (Main):) |
|||
Line 45: | Line 45: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:task.UNBREAKABLE|task.UNBREAKABLE]] |
[[Category:Axystems:MC-Basic:Task Control|UNBREAKABLE]] | [[Category:Axystems:MC-Basic:Task Control|UNBREAKABLE]] | ||
}} | }} |
Revision as of 08:55, 22 May 2014
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 | |
UnBreakable task may stop due to runtime error. |
- Return Value
- none
Syntax
UnBreakable = <expression>
Availability
Since Version 3.7.x
Type
Long
Range
0 to MaxLong
Scope
Task
Limitations
Write Only
Examples
UnBreakable = 1