Interface BChecks


public interface BChecks
Provides access to functionality related to BChecks.
  • Method Details

    • importBCheck

      BCheckImportResult importBCheck(String script)
      This method can be used to import a BCheck. By default, these will be enabled if the script imports without errors.
      Parameters:
      script - the BCheck script to import
      Returns:
      The BCheckImportResult which contains the result of importing the BCheck.
    • importBCheck

      BCheckImportResult importBCheck(String script, boolean enabled)
      This method can be used to import a BCheck.
      Parameters:
      script - the BCheck script to import
      enabled - whether the script should be enabled after successful import
      Returns:
      The BCheckImportResult which contains the result of importing the BCheck.