Search Results for

    Show / Hide Table of Contents

    Class HeartbeatEvent.Status

    插件运行状态 https://cqhttp.cc/docs/4.6/#/API?id=%E5%93%8D%E5%BA%94%E6%95%B0%E6%8D%AE27

    Inheritance
    System.Object
    HeartbeatEvent.Status
    Namespace: cqhttp.Cyan.Events.CQEvents.MetaEvents
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class Status : object

    Properties

    | Improve this Doc View Source

    app_enabled

    Declaration
    public bool app_enabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    app_good

    Declaration
    public bool app_good { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    app_initialized

    Declaration
    public bool app_initialized { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    good

    Declaration
    public bool good { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    online

    Declaration
    public bool online { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    plugins_good

    Declaration
    public Dictionary<string, bool> plugins_good { get; set; }
    Property Value
    Type Description
    Dictionary<System.String, System.Boolean>
    • Improve this Doc
    • View Source
    ☀
    ☾