Table of Contents

Interface IAppStateMachineWorkerEx<T>

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public interface IAppStateMachineWorkerEx<T> : IAppStateMachineWorkerEx, IAppStateMachineWorker<T>, IAppStateMachineWorker where T : struct, Enum

Type Parameters

T
Inherited Members

Methods

Build(IAppStateMachineBuilder<T>)

Build the State-Machine state transition logic handlers

void Build(IAppStateMachineBuilder<T> builder)

Parameters

builder IAppStateMachineBuilder<T>

The builder