MC-Basic:task.TASKID
Language: | English • 中文(简体) |
---|
This query returns a Long value, indicating the unique task identification number .
May be queried as from another task context , as from the same task.
In case of query from the same task the task name is unnecessary.
Syntax
?<task>.TASKID
?TASKID
Availability
Version 4.0.22 and above.
Type
Long
Scope
Task or Terminal
Limitations
Read Only .Task must be loaded in memory
Examples
-->?Task1.prg.TaskID hex
-->0x7B6CEE0
Or from the Task1.prg :
program
' ? TaskID hex ‘ should return 0x7B6CEE0
end program