Difference between revisions of "MC-Basic:CONTINUETASK"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Write-Only" to "Write only")
m (Text replace - "''<task>''" to "<''task''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
ContinueTask ''<task>''
+
ContinueTask <''task''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 17: Line 17:
  
 
|TYPE=
 
|TYPE=
''<task>'': File specification
+
<''task''>: File specification
  
 
|RANGE=
 
|RANGE=
''<task>'': Name of a task that is loaded in memory
+
<''task''>: Name of a task that is loaded in memory
  
 
|UNITS=
 
|UNITS=

Revision as of 12:48, 20 March 2014

This command continues an idle task from the point at which it was stopped (idled), or continues task execution after a break point is reached.

If a run time error occurs, CONTINUETASK retries the line that caused the error. The error must be corrected before the task continues.

ContinueTask command wakes up the task from Sleep

Short form

CTas

Syntax

ContinueTask <task>

Availability

All versions 3.0

Type

<task>: File specification

Range

<task>: Name of a task that is loaded in memory

Scope

Task or Terminal

Limitations

Write only. The task must be loaded in memory.

Examples

ContinueTask Task1.prg

See Also