public final class ProcessFlowType extends Enum
This class is fully threadsafe.
| Modifier and Type | Field and Description |
|---|---|
static ProcessFlowType |
EnterMethod
Instructs the Console to enter a new method.
|
static ProcessFlowType |
EnterProcess
Instructs the Console to enter a new process.
|
static ProcessFlowType |
EnterThread
Instructs the Console to enter a new thread.
|
static ProcessFlowType |
LeaveMethod
Instructs the Console to leave a method.
|
static ProcessFlowType |
LeaveProcess
Instructs the Console to leave a process.
|
static ProcessFlowType |
LeaveThread
Instructs the Console to leave a thread.
|
public static final ProcessFlowType EnterMethod
public static final ProcessFlowType LeaveMethod
public static final ProcessFlowType EnterThread
public static final ProcessFlowType LeaveThread
public static final ProcessFlowType EnterProcess
public static final ProcessFlowType LeaveProcess
Copyright © 2023. All rights reserved.