Class IvyRuntime


  • public class IvyRuntime
    extends Object
    Provides information about the Axon Ivy Runtime Environment
    Since:
    8.0.20
    API:
    This is a public API.
    • Method Detail

      • isEngine

        public static boolean isEngine()
        Returns:
        true if the current runtime is an engine runtime (e.g., Axon Ivy Engine).
        See Also:
        isDesigner()
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • isDesigner

        public static boolean isDesigner()
        Returns:
        true if the current runtime is a design runtime (e.g., Axon Ivy Designer)
        See Also:
        isEngine()
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • version

        public static Version version()
        Returns:
        the current version of the runtime
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.