PromptPlus API:StageControl
StageControl
Namespace: PPlus.Controls
Represents a stage when Controls is Running.
public enum StageControl
Inheritance Object → ValueType → Enum → StageControl
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
OnStartControl | 1 | Start stage.Represents the stage after then control stated. |
OnInputRender | 2 | Input stage.Represents the stage after then control show input render. |
OnTryAcceptInput | 3 | Input stage.Represents the stage after then control try accept input. |
OnFinishControl | 4 | Finish stage.Represents the stage after then control finished render. |