logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface ISequenceStage

    Represents an execution stage in a sequence orchestration. Stages are generic execution units executed sequentially by the sequence player.
    NOTE: This interface is duration-agnostic. For timed stages, use ITimedSequenceStage.

    Inherited Members
    ISequenceUnit.Id
    Namespace: Serenity.SequencePlayer.Application.Interfaces
    Assembly: Serenity.SequencePlayer.Application.dll
    Syntax
    public interface ISequenceStage : ISequenceUnit

    Properties

    StageType

    Type of execution stage (determines runtime behavior).

    Declaration
    SequenceStageType StageType { get; }
    Property Value
    Type Description
    SequenceStageType
    In this article
    © 2026 Serenity. All Rights Reserved