Open
Description
In native code I would like to have an API to change to trigger a specific flow action.
It should be clear if this API is thread safe with respect to the ui_tick() call or not.
This is similar to #314 but for actions instead of screens. API with enum of actions and a eez_flow_trigger_action(action_enum) call seems like an ok interface to me.