TaskStatusNotification
data class TaskStatusNotification(val params: TaskStatusNotificationParams? = null) : ClientNotification, ServerNotification(source)
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).