Variable ServiceStatusTypesConst

ServiceStatusTypes: {
    DELETED: OnmsServiceStatusType;
    FORCED_UNMANAGED: OnmsServiceStatusType;
    MANAGED: OnmsServiceStatusType;
    NOT_MONITORED: OnmsServiceStatusType;
    REMOTELY_MONITORED: OnmsServiceStatusType;
    RESCAN_TO_RESUME: OnmsServiceStatusType;
    RESCAN_TO_SUSPEND: OnmsServiceStatusType;
    UNMANAGED: OnmsServiceStatusType;
} = ...

Contains constant instances of all service status types.

Type declaration