TraceProcessState
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
Current state of the traced process lifecycle.
public enum TraceProcessStateFields
Section titled “Fields”The trace session encountered an error.
Returns: TraceProcessState
Error = 4Exited
Section titled “Exited”The traced process has terminated normally.
Returns: TraceProcessState
Exited = 3No process is being traced.
Returns: TraceProcessState
Idle = 0Running
Section titled “Running”The trace session is actively collecting events from the process.
Returns: TraceProcessState
Running = 2Starting
Section titled “Starting”The trace session is initializing and attaching to the process.
Returns: TraceProcessState
Starting = 1