ExecutionEventType EnumerationExecutionEventType EnumerationExecutionEventType Enumeration

Represents the type of event being reported.

Syntax

Public Enumeration ExecutionEventType
public enum ExecutionEventType
public:
enum ExecutionEventType
 
The ExecutionEventTypeExecutionEventTypeExecutionEventType type exposes the following members.

Members

 MemberDescription
MemberBeginEvaluateBeginEvaluateBeginEvaluate The type of an event which is signalled before evaluation of one or more items in a sequence.
MemberBeginFunctionBeginFunctionBeginFunction The type of an event which is signalled before evaluation of a user-defined function or template.
MemberEndEvaluateEndEvaluateEndEvaluate The type of an event which is signalled after evaluation of one or more items in a sequence.
MemberEndFunctionEndFunctionEndFunction The type of an event which is signalled after evaluation of a user-defined function or template.

Top