HtmlForgeX

API Reference

Enum

TaskPriority

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

Priority categories for tasks.

Inheritance

  • Enum
  • TaskPriority

Usage

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

Returned or exposed by

Accepted by parameters

Values

public const TaskPriority Low #

Low priority.

Value: 0
public const TaskPriority Medium #

Medium priority.

Value: 1
public const TaskPriority High #

High priority.

Value: 2