Difference between revisions of "MC-Basic:STOPTASKCYCLE$"
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20") |
|||
Line 44: | Line 44: | ||
* [[Axystems:MC-Basic:STARTTASK$|STARTTASK$]] | * [[Axystems:MC-Basic:STARTTASK$|STARTTASK$]] | ||
* [[Axystems:MC-Basic:STOPTASKCYCLE|STOPTASKCYCLE]] | * [[Axystems:MC-Basic:STOPTASKCYCLE|STOPTASKCYCLE]] | ||
− | * [[ | + | * [[MC-Basic:IDLETASK$|IDLETASK$]] |
[[Category:Axystems:MC-Basic:Task Control|STOPTASKCYCLE$]] | [[Category:Axystems:MC-Basic:Task Control|STOPTASKCYCLE$]] | ||
}} | }} |
Revision as of 08:38, 22 May 2014
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