.. index:: 
  !BiosealLicense.checkModule Method
  
.. _id3_bioseal_bioseal_license_check_module_class_method:

===============================================================================
BiosealLicense.checkModule Method
===============================================================================

Module: :ref:`BiosealLicense<id3_bioseal_bioseal_license_class>`

Definition
----------

Checks if a module is present in the previously loaded license.


.. code:: Dart

    static void checkModule(String? moduleName)

**Parameters**

.. line-block::

    ``moduleName`` String
    :guilabel:`in` The module name.


**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



