Interface RunningApplication

interface RunningApplication {
    id: number;
    name?: string;
    bundle_identifier?: string;
    availability: "available" | "notRunning";
}

Properties

id: number
name?: string
bundle_identifier?: string
availability: "available" | "notRunning"

Generated using TypeDoc