MC-Basic:PAUSETASK$

From SoftMC-Wiki
Revision as of 09:17, 22 May 2014 by Miborich (talk | contribs)
(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

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