HtmlForgeX

API Reference

Enum

TablerStepState

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the different states a step can have

Inheritance

  • Enum
  • TablerStepState

Values

public const TablerStepState Pending #

Step is pending/future - not yet reached

Value: 0
public const TablerStepState Active #

Step is currently active

Value: 1
public const TablerStepState Completed #

Step has been completed

Value: 2