• Check if specific apps are currently started (no waiting)

    Parameters

    • appIds: string[]

      Array of application IDs to check

    • requirePostStarted: boolean = false

      Whether to require post-started status

    Returns Promise<Record<string, boolean>>

    Promise resolving to status of each app