System service state

interface ServiceState {
    active: null | boolean;
    enabled: null | boolean;
    name: string;
    status: null | string;
}

Properties

active: null | boolean
enabled: null | boolean
name: string
status: null | string