Package org.eclipse.lsp4j
Interface WorkDoneProgressNotification
-
- All Known Implementing Classes:
WorkDoneProgressBegin,WorkDoneProgressEnd,WorkDoneProgressReport
public interface WorkDoneProgressNotificationThe $/progress notification payload interface.Since 3.15.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkDoneProgressKindgetKind()
-
-
-
Method Detail
-
getKind
WorkDoneProgressKind getKind()
-
-