Difference between revisions of "MC-Basic:STOPTASKCYCLE$"

From SoftMC-Wiki
Jump to: navigation, search
Line 42: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:STARTTASK|STARTTASK]]
+
* [[Axystems:MC-Basic:STARTTASK$|STARTTASK$]]
 
* [[Axystems:MC-Basic:STOPTASKCYCLE|STOPTASKCYCLE]]
 
* [[Axystems:MC-Basic:STOPTASKCYCLE|STOPTASKCYCLE]]
 
* [[Axystems:MC-Basic:IDLETASK$|IDLETASK$]]
 
* [[Axystems:MC-Basic:IDLETASK$|IDLETASK$]]

Revision as of 11:59, 11 March 2014

Stop task at the end-of-cycle (near END-statement)

Short form

STASC$

Syntax

StopTaskCycle$ <Task Name>

Availability

Versions 3.6.20 and higher

Type

<task name> : String

Scope

Task, Terminal

Examples

StopTaskCycle “Task1.prg”

Or

Common Shared Str1 asString

Str1 = “Task1.Prg”

StopTaskCycle Str1

See Also