action adobe_get_install_status { label: "getInstallStatus" provider: adobe method: GET path: "/crx/packmgr/installstatus.jsp" encoding: json output: { type: "object" properties: { status: { type: "object" properties: { finished: { type: "boolean" } itemCount: { type: "integer" } } } } } }