fmeobjects.FMELicenseManager.isFunctionLicensed

FMELicenseManager.isFunctionLicensed(functionName)

Returns whether or not a given function is licensed.

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