Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Makes use of the same Universal Extension Base Class Components that are used by the Agent/Controller
  • Supports the following Universal Extension API Levels:
    • 1.0.0 (released with UA 7.0.0.0)

    • 1.1.0 (released with UA 7.1.0.0)

    • 1.2.0 (released with UA 7.2.0.0)

    • 1.3.0 (released with UA 7.3.0.0)

    • 1.4.0 (released with UA 7.4.0.0)
  • Can simulate the following actions:
    • Launching/Debugging an Extension
    • Launching/Debugging a Dynamic Choice Command
    • Issuing the Cancel command on a running Extension (API Level >1.0.0)
  • Can retrieve and show the output of:
    • STDOUT
    • STDERR
    • Extension (Exit Code, Status Description etc. returned by ExtensionResult())
    • Dynamic Choice Command
    • Output Only Fields
    • Published Events
  • Allows the Extension developer to fully configure the fields received by extension_start() and any Dynamic Choice Command using a YAML file

Next >