Program Property (ATask) |
Version 8 |
Returns the task program object.
[ obProgram = ] Object.Program
The UutIndex property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ATask |
ATask object |
|
obProgram |
AProgram |
Return the task program object. |
This Program property is used to determine the task program object.
The following statement gets the current program name from the task object:
print obTask.Program.Name