# iFlowStatus
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/i_flow_status.html)
**Java**
public interface IflowStatus
{ void onValues() }Copy to clipboard
**Native**
typedef void (*dpp_flowStatus) ();Copy to clipboard
## Parameters
| Parameters | API type | Data type | Description |
| --- | --- | --- | --- |
| id | Java | long | Flow ID. |
| id | Native | uint\_32\_t | Flow ID. |
| status | Java | flowStatusEnum | Enum indicating the current status of the flow
([Flow status](https://docs.qualcomm.com/doc/80-PK177-134/topic/flow_status.html)). |
| status | Native | dpp\_flowStatusEnum | Enum indicating the current status of the flow
([Flow status](https://docs.qualcomm.com/doc/80-PK177-134/topic/flow_status.html)). |
| statusString | Java | String | String providing additional information on any
errors to help in debugging. |
| statusString | Native | std::string | String providing additional information on any
errors to help in debugging. |
| | | | |
**Parent Topic:** [DPP subsystem callback interfaces](https://docs.qualcomm.com/doc/80-PK177-134/topic/data_path_priority_callback_interfaces.html)
Last Published: Nov 14, 2024
[Previous Topic
DPP subsystem callback interfaces](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/data_path_priority_callback_interfaces.md) [Next Topic
DPP enums](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/data_path_priority_enums.md)