Class IvyRuntime

java.lang.Object
ch.ivyteam.ivy.runtime.IvyRuntime

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

    Modifier and Type
    Method
    Description
    static boolean
     
    static boolean
     
    static Version
     
  • Method Details

    • isEngine

      public static boolean isEngine()
      Returns:
      true if the current runtime is an engine runtime (e.g., Axon Ivy Engine).
      See Also:
      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:
      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.