Class ApplicationState
- java.lang.Object
-
- com.flowable.platform.common.appstate.ApplicationState
-
public class ApplicationState extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<Boolean>BREAKPOINT_STEP_MODE_ACTIVE
-
Constructor Summary
Constructors Constructor Description ApplicationState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisableBreakpointStepMode()static voidenableBreakpointStepMode()static booleanisBreakpointStepModeEnabled()
-
-
-
Field Detail
-
BREAKPOINT_STEP_MODE_ACTIVE
public static final ThreadLocal<Boolean> BREAKPOINT_STEP_MODE_ACTIVE
-
-