AppState#

class biotite.application.AppState(*values)[source]#

Bases: Flag

This enum type represents the app states of an application.

CREATED = 1#
RUNNING = 2#
FINISHED = 4#
JOINED = 8#
CANCELLED = 16#