Difference between revisions of "MC-Basic:STOPTASKCYCLE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= STASC |SYNTAX= StopTaskCycle <''Task'' ''Name''> |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Stop task at the end-of-cycle (near END-statem…')
 
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:STOPTASKCYCLE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:STARTTASKIDLETASK|STARTTASKIDLETASK]]
+
* [[MC-Basic:STARTTASKIDLETASK|STARTTASKIDLETASK]]
 
 
  
 +
[[Category:MC-Basic:Task Control|STOPTASKCYCLE]]
 
}}
 
}}

Latest revision as of 07:59, 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

Scope

Task, Terminal

Examples

StopTaskCycle process.prg

See Also