TraceActivityNode object
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.
Properties
TraceActivityNode property |
Datatype |
Description |
---|---|---|
ActivityType |
TraceActivity (enumerated) |
A value of the enumerated datatype TraceActivity ActBegin! — Start and finish of ActError! — Occurrences of system errors ActESQL! — Embedded SQL statement ActGarbageCollect! — Start and ActLine! — Routine ActObjectCreate! — Object ActObjectDestroy! — Object ActRoutine! — Routine entry and ActUser! — Occurrences of an activity you |
Category |
TraceCategory (enumerated) |
The category of the activity represented by the TraceAtomic! — The node is an TraceIn! — The node is the beginning of TraceOut! |
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
TimerValue |
Decimal |
The timer value (in seconds) when the activity |
Functions
TraceActivityNode function |
Datatype returned |
Description |
---|---|---|
String |
Returns the name assigned to the |
|
Integer |
Creates a reference to a context-specific instance |
|
PowerObject |
Returns a reference to the name of the parent |
|
Object (enumerated) |
Returns the type of the object. |