Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This is a simple utility library to check in the Translator if the component is set to DEVELOPMENT mode or set to run from a specific commit.

This is useful for when you are developing web services.

By calling DEVactive() in the Translator, the function will return:

  • true, if the component is set to DEVELOPMENT mode.

  • false, if the component is set to run using a specific commit.

  • No labels