Difference between revisions of "MC-Basic:PAUSETASK$"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= Ptas$ |SYNTAX= PauseTask$ ''<Task Name>'' |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Stop the task at the closest PAUSE. |TYPE= ''<Task N…')
 
 
(7 intermediate revisions by 4 users not shown)
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 42: Line 42:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:PAUSE|PAUSE]]
+
* [[MC-Basic:PAUSE|PAUSE]]
 
 
  
 +
[[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

See Also