MC-Basic:PAUSETASK$

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Stop the task at the closest PAUSE.

Short form

Ptas$

Syntax

PauseTask$ <Task Name>

Availability

Versions 3.6.20 and higher

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