TaskStatusNotification

An optional notification from the receiver to the requestor, informing them that a task’s status has changed. Receivers are not required to send these notifications.

This notification can be sent by either side (both ClientNotification and ServerNotification).

Constructors

Link copied to clipboard
constructor(params: TaskStatusNotificationParams? = null)

Properties

Link copied to clipboard
open override val method: Method

the notification method identifier

Link copied to clipboard

The task status notification parameters containing the current task state.

Functions

Link copied to clipboard

Converts the notification to a JSON-RPC notification.