IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface ServiceStatus

    System service status

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

    Properties

    active?: boolean
    enabled?: boolean
    status: string