# iFlowStatus

Source: [https://docs.qualcomm.com/doc/80-PK177-134Y/topic/i_flow_status.html](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/i_flow_status.html)

IflowStatus() {
            onValues(int id, flowStatusEnum status, String statusString) {}
            }
        Copy to clipboard

## 参数

| 参数 | 说明 |
| --- | --- |
| id | 流程 ID。 |
| 状态 | 指示流程当前状态的枚举。 |
| statusString | 提供有关任何错误的更多信息以帮助调试的字符串。 |

**Parent Topic:** [数据路径优先级回调接口](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/data_path_priority_callback_interfaces.html)

Last Published: Jun 22, 2023

[Previous Topic
数据路径优先级回调接口](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/data_path_priority_callback_interfaces.md) [Next Topic
数据路径优先级枚举](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/data_path_priority_enums.md)