DesktopCdpTransport.getCompatibility method
DesktopCdpTransport › getCompatibility
Returns the resolved installer↔app compatibility verdict for this owned instance, so callers can assert on it. Returnsundefined when this is not an owned instance, or the verdict could not be determined (e.g. an undetectable shell version, or the app version is absent from the table).Signature:
getCompatibility(): InstallerCompatibility | undefinedReturns: InstallerCompatibility | undefined — The compatibility verdict, or undefined.