supervisor_pydantic.GroupConfiguration¶
- pydantic model supervisor_pydantic.GroupConfiguration[source]¶
Bases:
_BaseCfgModel- field programs: List[str] [Required]¶
A comma-separated list of program names. The programs which are listed become members of the group.
- field priority: int | None = None¶
A priority number analogous to a [program:x] priority value assigned to the group.