Class WaitForInstruction
Delays flow by waiting until a yield instruction has completed.
Inherited Members
Namespace: Ludiq.Bolt
Syntax
[UnitDisplay("Wait For Instruction")]
[UnitCategory("Time", 6)]
public class WaitForInstruction : WaitUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged, ISerializationCallbackReceiver
Properties
instruction
The instruction to await.
Declaration
[DoNotSerialize]
[UnitPortDisplay(showLabel = false, primary = true)]
public ValueInput instruction { get; }
Property Value
| Type | Description |
|---|---|
| ValueInput |
Methods
Await(Flow)
Declaration
protected override IEnumerator Await(Flow flow)
Parameters
| Type | Name | Description |
|---|---|---|
| Flow | flow |
Returns
| Type | Description |
|---|---|
| IEnumerator |
Overrides
Definition()
Declaration
protected override void Definition()