Tasks
data class Tasks(val list: JsonObject? = null, val cancel: JsonObject? = null, val requests: ServerCapabilities.Tasks.Requests? = null)(source)
Sub-capabilities for tasks (server side).
Declares which server-side requests can be augmented with task execution, and whether the server supports listing and cancelling tasks.
Constructors
Link copied to clipboard
constructor(list: JsonObject? = null, cancel: JsonObject? = null, requests: ServerCapabilities.Tasks.Requests? = null)