Difference between revisions of "MC-Basic:STOPTASKCYCLE$"
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20") |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:STOPTASKCYCLE$}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 42: | Line 43: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:STARTTASK$|STARTTASK$]] |
− | * [[ | + | * [[MC-Basic:STOPTASKCYCLE|STOPTASKCYCLE]] |
− | * [[ | + | * [[MC-Basic:IDLETASK$|IDLETASK$]] |
− | [[Category | + | [[Category:MC-Basic:Task Control|STOPTASKCYCLE$]] |
}} | }} |
Latest revision as of 08:03, 28 April 2017
Language: | English • 中文(简体) |
---|
Stop task at the end-of-cycle (near END-statement)
Short form
STASC$
Syntax
StopTaskCycle$ <Task Name>
Availability
Since Version 3.6.20
Type
<task name> : String
Scope
Task, Terminal
Examples
StopTaskCycle “Task1.prg”
Or
Common Shared Str1 asString
Str1 = “Task1.Prg”
StopTaskCycle Str1