Class CompletedTaskNotificationParams
- Namespace
- ModelContextProtocol.Protocol
- Assembly
- ModelContextProtocol.Core.dll
Task notification for a task that has completed successfully.
public sealed class CompletedTaskNotificationParams : TaskStatusNotificationParams
- Inheritance
-
CompletedTaskNotificationParams
- Inherited Members
Properties
Result
Gets or sets the final result of the task.
[JsonPropertyName("result")]
public required JsonElement Result { get; set; }
Property Value
Status
Gets or sets the current task status.
public override McpTaskStatus Status { get; }