Skip to content

TraceProcessState

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

Current state of the traced process lifecycle.

public enum TraceProcessState

The trace session encountered an error.

Returns: TraceProcessState

Error = 4

The traced process has terminated normally.

Returns: TraceProcessState

Exited = 3

No process is being traced.

Returns: TraceProcessState

Idle = 0

The trace session is actively collecting events from the process.

Returns: TraceProcessState

Running = 2

The trace session is initializing and attaching to the process.

Returns: TraceProcessState

Starting = 1