fmeobjects.FMELicenseManager.isReaderLicensed

FMELicenseManager.isReaderLicensed(readerName)

Returns whether or not a given reader is licensed.

Parameters:readerName (str) – The name of a given reader.
Return type:bool
Returns:Returns True if the reader is licensed and False otherwise.