⚡ Set Pulse State

A control-flow node used to toggle the execution state of a specific Named Pulse Engine instance during runtime.
📥 Inputs
| Port | Type | Description |
|---|---|---|
| Engine Name | string | The unique identifier of the engine to be toggled. |
| Active | bool | Toggles the engine’s state (True = Running, False = Stopped). |
📤 Outputs
| Port | Type | Description |
|---|---|---|
| Out | Flow | Triggered once the state has been successfully updated. |
💡 Implementation Note
This node performs a dictionary lookup by Engine Name. If the provided name does not correspond to an active engine in the registry, the node will fail silently to prevent runtime exceptions. Ensure your string matching is case-sensitive and consistent with your Named Pulse Engine setup.