Difference between revisions of "MC-Basic:STOPTASKCYCLE$"
(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-stat…') |
m (1 revision) |
(No difference)
|
Revision as of 16:10, 13 December 2010
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