The TraceActivityNode object provides information about the nodes in a trace file, including the type of activity represented by a node. You use the TraceActivityNode object in conjunction with the TraceFile object.
The TraceActivityNode object has no events.
TraceActivityNode property |
Datatype |
Description |
---|---|---|
ActivityType |
TraceActivity (enumerated) |
A value of the enumerated datatype TraceActivity that identifies the activity represented by the node. Values are:
|
Category |
TraceCategory (enumerated) |
The category of the activity represented by the node. Values are:
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
TimerValue |
Decimal |
The timer value (in seconds) when the activity occurred. |
TraceActivityNode function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the object. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
Object (enumerated) |
Returns the type of the object. |