FoldStage Enum

Definition

The stage of the FoldScorable events.

public enum FoldStage
type FoldStage = 
Public Enum FoldStage
Inheritance
FoldStage

Fields

AfterFold 0

After IScorable.PrepareAsync has been called and the state and score will be folded into the aggregated scorable.

AfterPost 2

After IScorable.PostAsync has been called to complete the next best scorable's action.

StartPost 1

Before IScorable.PostAsync has been called to initiate the next best scorable's action.

Applies to