Table of Contents

Enum Stability

Namespace
Core

Describes the level of maturity of a module/function

  • DEVELOPMENT = 0
  • EXPERIMENTAL = 1
  • BETA = 2
  • STABLE = 3
  • DEPRECATED = 4
  • OBSOLETE = 5

Enum of Long