Table of Contents

Enum WebMcpInvocationStatus

Namespace
PuppeteerSharp.Cdp
Assembly
PuppeteerSharp.dll

Represents the status of a WebMCP tool invocation.

public enum WebMcpInvocationStatus

Fields

Canceled = 1

Invocation was canceled.

Completed = 0

Invocation completed successfully.

Error = 2

Invocation resulted in an error.