TraceStopCause Enum

Definition

Specifies an enumeration of cause to stop the trace.

public enum TraceStopCause
type TraceStopCause = 
Public Enum TraceStopCause
Inheritance
TraceStopCause

Fields

Finished 1

The cause of trace to stop is finished.

StoppedByException 2

The cause of trace is stopped by exception.

StoppedByUser 0

The cause of trace is stopped by the user.

Applies to