Property DoNotBlock
DoNotBlock
If false (default), the node blocks (Running) until the child is stable. If true, the node does NOT block and returns the opposite state while waiting for stability.
Declaration
[AuraProperty(new string[] { })]
public bool DoNotBlock { get; set; }
Property Value
Type | Description |
---|---|
bool |