Skip to content

ExecPaletteUpdateState

Canonical path: BaseScriptObject.ExecPaletteUpdateState

Bases: IntEnum

implementation of the execute palette update state

Attributes:

  • CLOSE

    close the palette

  • SHOW

    show the palette

  • UPDATE

    update the palette

CLOSE class-attribute instance-attribute

CLOSE = 2

close the palette

SHOW class-attribute instance-attribute

SHOW = 1

show the palette

UPDATE class-attribute instance-attribute

UPDATE = 0

update the palette

Placeholder