Class ProgressStartEvent
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Event
com.oracle.truffle.tools.dap.types.ProgressStartEvent
Event message for 'progressStart' event type. The event signals that a long running operation is
about to start and provides additional information for the client to set up a corresponding
progress and cancellation UI. The client is free to delay the showing of the UI in order to
reduce flicker. This event should only be sent if the client has passed the value true for the
'supportsProgressReporting' capability of the 'initialize' request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProgressStartEventcreate(ProgressStartEvent.EventBody body, Integer seq) booleangetBody()Event-specific information.inthashCode()Methods inherited from class com.oracle.truffle.tools.dap.types.Event
create, getEvent, setBody, setEvent