Table of Contents

Class OpenClawChannelStatus

Namespace
JD.AI.Channels.OpenClaw
Assembly
JD.AI.Channels.OpenClaw.dll

OpenClaw channel status from channels.status.

public sealed class OpenClawChannelStatus
Inheritance
OpenClawChannelStatus
Inherited Members

Properties

Configured

[JsonPropertyName("configured")]
public bool Configured { get; set; }

Property Value

bool

LastError

[JsonPropertyName("lastError")]
public string? LastError { get; set; }

Property Value

string

Running

[JsonPropertyName("running")]
public bool Running { get; set; }

Property Value

bool