Working with system enums

1C:Enterprise script uses a concept of system enumerations (enums). These enums define specific sets of predefined values. System enums are accessed as global context properties of a name Specific values are listed after the name of a system enumeration. You should use dot symbol as a separator. System enums are usually used to set values for system method parameters or object properties and as returnable method values.

1C:Enterprise Developer's Community