System service status

interface ServiceStatus {
    active?: boolean;
    enabled?: boolean;
    status: string;
}

Properties

active?: boolean
enabled?: boolean
status: string