Ada Programming/Attributes/'Task ID

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

For a non-passive task object or a value, X, X’TASK_ID yields the unique task ID associated with the task. The value of this attribute is of the type SYSTEM.TASK_ID. If the task objector value X denotes a passive task, the result is the passive task header record object associated with the passive task. The result type is then of type SYSTEM.PASSIVE_TASK_ID.