Skip to content

constants

ContextChangeReason

Bases: StrEnum

Reasons for context change in the host.

Source code in client/ayon_core/host/constants.py
4
5
6
7
8
class ContextChangeReason(StrEnum):
    """Reasons for context change in the host."""
    undefined = "undefined"
    workfile_open = "workfile.opened"
    workfile_save = "workfile.saved"