MC-Basic:STOPTASKCYCLE$

From SoftMC-Wiki
Revision as of 08:03, 28 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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

See Also