GetTaskRequest

A request to retrieve the state of a task.

This request can be sent by either side (both ClientRequest and ServerRequest).

Constructors

Link copied to clipboard
constructor(params: GetTaskRequestParams)

Properties

Link copied to clipboard

Metadata for this request. May include a progressToken for out-of-band progress notifications.

Link copied to clipboard
open override val method: Method

the request method identifier

Link copied to clipboard
open override val params: GetTaskRequestParams

The parameters specifying which task to retrieve.

Link copied to clipboard

The task identifier to query.

Functions

Link copied to clipboard

Converts the request to a JSON-RPC request.