Group Status
Jump to navigation
Jump to search
These defined constants represent the different types of groups in Truxton.
This information is also kept in the [GroupStatus] database table.
It is used to set the [GroupStatusID] column of the [Group] table.
| Name | Value | Meaning |
|---|---|---|
GROUP_STATUS_NORMAL
|
0 | A normal group. |
GROUP_STATUS_DELETED
|
1 | This group is marked as deleted. |
GROUP_STATUS_COPIED
|
2 | This group is a copy of another group. |