Returns a unique identification number used to identify the object.
[ sID = ] Object.ID
The ID property syntax has the following parts:
Name |
Type |
Description |
Object |
ATask |
ATask object |
sID |
BString |
An integer specifying a unique identification number used to identify the object. |
The following statement demonstrates the use of Task Id in an error message:
print "Device not responding in task "; Task.Id