ReleaseStatus
An enum class representing the different release statuses of a library.
Entries
Indicates the library is a release candidate, nearing a final release. Use this status for libraries that have gone through extensive testing and are ready for wider release, potentially after addressing any final fixes.
Indicates the library is no longer actively maintained and may have security vulnerabilities or compatibility issues. Use this status for libraries that are still available for use but are not recommended for new projects.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.