Loading...
Searching...
No Matches
realvirtual.LogicStep_SetActiveOnly Class Reference
Logic step that sets the ActiveOnly property of specific realvirtualBehavior components to Always or Never. More...
Inheritance diagram for realvirtual.LogicStep_SetActiveOnly:
Public Attributes | |
| List< realvirtualBehavior > | Behaviors |
| Specific realvirtualBehavior components to modify (Drives, Sensors, etc.) | |
| bool | SetToAlways |
| If true, sets ActiveOnly to Always; if false, sets to Never. | |
Public Attributes inherited from realvirtual.LogicStep | |
| string | Name |
| Name identifier for this logic step, used for jumps and debugging. | |
| float | State |
| Current execution state as percentage (0-100) | |
| bool | StepActive |
| True when this step is currently executing. | |
| bool | IsWaiting |
| True when this step is waiting for a condition. | |
| bool | IsContainer |
| True if this step is a container for other steps. | |
Protected Member Functions | |
| new bool | NonBlocking () |
| override void | OnStarted () |
Protected Member Functions inherited from realvirtual.LogicStep | |
| void | OnStarted () |
| virtual void | OnStartInit () |
| void | NextStep () |
| bool | NonBlocking () |
| void | NextStep (string name) |
| void | Start () |
Additional Inherited Members | |
Public Member Functions inherited from realvirtual.LogicStep | |
| void | StartStep () |
| Starts the execution of this logic step. | |
Properties inherited from realvirtual.LogicStep | |
| bool | IsShowingRuntimeInfo [get] |
Detailed Description
Logic step that sets the ActiveOnly property of specific realvirtualBehavior components to Always or Never.
This non-blocking step is used to control component activation during automation sequences. Drag specific components (Drives, Sensors, etc.) into the list to control exactly which are toggled.
Member Data Documentation
◆ Behaviors
| List<realvirtualBehavior> realvirtual.LogicStep_SetActiveOnly.Behaviors |
Specific realvirtualBehavior components to modify (Drives, Sensors, etc.)
◆ SetToAlways
| bool realvirtual.LogicStep_SetActiveOnly.SetToAlways |
If true, sets ActiveOnly to Always; if false, sets to Never.
Public Attributes inherited from