HtmlForgeX

API Reference

Enum

TablerServiceConfigStepState

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

Visual state for a service configuration flow step.

Inheritance

  • Enum
  • TablerServiceConfigStepState

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerServiceConfigStepState Ready #

The step is ready or already completed.

Value: 0
public const TablerServiceConfigStepState Active #

The step is the current operator focus.

Value: 1
public const TablerServiceConfigStepState Pending #

The step is waiting for a prior action.

Value: 2
public const TablerServiceConfigStepState Warning #

The step needs operator attention.

Value: 3