Struct IAppStateMachineService.AppStateMachineSetStateResult<T>
public readonly struct IAppStateMachineService.AppStateMachineSetStateResult<T> where T : struct, Enum
Type Parameters
T
- Inherited Members
Properties
BucketDisplayName
public string BucketDisplayName { get; init; }
Property Value
BucketName
public string BucketName { get; init; }
Property Value
FromState
public T FromState { get; init; }
Property Value
- T
NewstateId
public long NewstateId { get; init; }
Property Value
Scope
public GlowAppScope Scope { get; init; }
Property Value
StateMachineId
public Guid StateMachineId { get; init; }
Property Value
ToState
public T ToState { get; init; }
Property Value
- T