ID Property (ATask)

Returns a unique identification number used to identify the object.

Syntax

[ 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.

Example

The following statement demonstrates the use of Task Id in an error message:

print "Device not responding in task "; Task.Id

Applies to

ATask

See Also

Description, Index, Name