Difference between revisions of "MC-Basic:PAUSETASK$"
m (Miborich moved page Axystems:MC-Basic:PAUSETASK$ to MC-Basic:PAUSETASK$: Global renaming of Axystems: namespace into (Main):) |
|||
Line 44: | Line 44: | ||
* [[MC-Basic:PAUSE|PAUSE]] | * [[MC-Basic:PAUSE|PAUSE]] | ||
− | [[Category | + | [[Category:MC-Basic:Task Control|PAUSETASK$]] |
}} | }} |
Latest revision as of 09:17, 22 May 2014
Stop the task at the closest PAUSE.
Short form
Ptas$
Syntax
PauseTask$ <Task Name>
Availability
Since Version 3.6.20
Type
<Task Name> : String
Scope
Task, Terminal
Limitations
Task, Terminal
Examples
Ptas$ “Task1.prg”
Or
Common Shared Str1 as String
Str1 = “Task1.prg”
Ptas$ Str1