get_result
Function Usage
Obtains the running result.
Prototype
1 | get_result(element_name: str, data_source_list: List, timeout: int) |
Input Parameters
Parameter |
Type |
Description |
|---|---|---|
element_name |
str |
Plugin name with a sequence number |
data_source_list |
List[str] |
Plugin source field |
timeout |
int |
Maximum waiting time, in milliseconds. The default value is 3000 ms (3s). |
Response Parameters
DataOutput object
Parent topic: SequentialStream