class MAGES::Analytics::ActionRecord¶
Overview¶
Class that represents the tracked data of an action. More…
class ActionRecord { public: // properties string Name; float BeginTime; float EndTime; bool Skipped; ListActiveActions; };
Detailed Documentation¶
Class that represents the tracked data of an action.
Properties¶
string Name
Gets or sets name of action.
float BeginTime
Gets or sets the time the action started.
float EndTime
Gets or sets the time the action ended.
bool Skipped
Gets or sets a value indicating whether the action was skipped.
ListActiveActions
Gets or sets the currently active actions.