Files
2026-07-13 13:13:17 +08:00

21 lines
522 B
Markdown

# ExecuteOnce
*in [Lib.flow](README.md)*
Executes the subgraph only once. This can be useful for initializing buffers or resetting states.
This is obsolete. Please consider using [Execute] or [RenderTarget] with [Once] connected to IsEnabled.
## Input Parameters
| Name (Relevancy & Type) | Description |
|---|---|
| **Command** (Command) | — |
| **Trigger** (Boolean) | — |
## Outputs
| Name | Type |
|---|---|
| **Output** | T3.Core.DataTypes.Command |
| **OutputTrigger** | System.Boolean |