下载
中文
注册

StatusResponseType枚举类

枚举类功能

StatusResponseType类型枚举。

C++枚举类格式

enum class StatusResponseType {
    CONTROL_SIGNAL_STATUS = 0,
    REQUEST_ENQUEUE_STATUS = 1,
};

Python接口格式

StatusResponseType.CONTROL_SIGNAL_STATUS
StatusResponseType.REQUEST_ENQUEUE_STATUS

枚举值

枚举名

说明

CONTROL_SIGNAL_STATUS

控制信号状态。

REQUEST_ENQUEUE_STATUS

请求入队状态。