Package org.eclipse.lsp4j.debug
Interface ThreadEventArgumentsReason
-
public interface ThreadEventArgumentsReason
The reason for the event.Possible values include - but not limited to those defined in
ThreadEventArgumentsReason
-
-
Field Detail
-
STARTED
static final java.lang.String STARTED
- See Also:
- Constant Field Values
-
EXITED
static final java.lang.String EXITED
- See Also:
- Constant Field Values
-
-