Share via


StateMachine<TReturn>.StateResult.HasOutput Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the state has output.

public bool HasOutput { get; set; }
member this.HasOutput : bool with get, set
Public Property HasOutput As Boolean

Property Value

true if the state has output; otherwise, false.

Applies to