klyn.Type.isEnum
property
public readonly property isEnum as Boolean:
Description

Indicates whether the type is an enum.

Example
print(klyn.threading.ThreadState.type.isEnum)