send_action_list
Description:
public bool send_action_list (string action, List<string> in_names, List<unowned Value?> in_values, List<string> out_names, List<Type?> out_types, out List<Value*> out_values) throws Error
The synchronous variant of begin_action_list and end_action_list.
Parameters:
| this | |
| action |
An action |
| in_names |
List of 'in' parameter names (as strings) |
| in_values | |
| out_names |
List of 'out' parameter names (as strings) |
| out_types | |
| out_values |
List of values (as Value)
that line up with |
| error |
The location where to store any error, or |
Returns:
|
|