Difference between revisions of "MC-Basic:PAUSETASK$"
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20") |
|||
Line 7: | Line 7: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 3.6.20 | |
|DESCRIPTION= | |DESCRIPTION= |
Revision as of 13:50, 20 March 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