getEnums

suspend fun getEnums(fileHandle: FileHandle): List<File.Enum>

Query the file for available enums. Returns on onEnumsListed.

Return

A list of enums in the file.

Parameters

fileHandle

The handle of the file to query.

Throws

If the file handle is invalid.

If the CommandQueue has been released.

If the coroutine is cancelled before the operation completes.