Class StatusManagement
- Last UpdatedFeb 13, 2023
- 1 minute read
This static class gives access to all the status definition elements in the current MDB. As a static class no instances of the class are created. The class has a single property, Statuses, which returns an array of Status objects (described below), used as follows:
Status[] statuses = StatusManagement.Statuses;