Table of Contents

Struct IAppStateMachineService.AppStateMachineSetStateResult<T>

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public readonly struct IAppStateMachineService.AppStateMachineSetStateResult<T> where T : struct, Enum

Type Parameters

T
Inherited Members

Properties

BucketDisplayName

public string BucketDisplayName { get; init; }

Property Value

string

BucketName

public string BucketName { get; init; }

Property Value

string

FromState

public T FromState { get; init; }

Property Value

T

NewstateId

public long NewstateId { get; init; }

Property Value

long

Scope

public GlowAppScope Scope { get; init; }

Property Value

GlowAppScope

StateMachineId

public Guid StateMachineId { get; init; }

Property Value

Guid

ToState

public T ToState { get; init; }

Property Value

T