TraceStopCause Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an enumeration of cause to stop the trace.
public enum TraceStopCause
type TraceStopCause =
Public Enum TraceStopCause
- Inheritance
-
TraceStopCause
Fields
Name | Value | Description |
---|---|---|
StoppedByUser | 0 | The cause of trace is stopped by the user. |
Finished | 1 | The cause of trace to stop is finished. |
StoppedByException | 2 | The cause of trace is stopped by exception. |