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
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 |