Script API: StackPack

Functions to work with StackPacks

This page describes StackState version 4.1.

The StackState 4.1 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.1 version range to upgrade to a more recent release.

Go to the documentation for the latest StackState release.

The StackPack script API provides handy operations to get the status of a StackPack

Function isInstalled

Returns a flag indicating if the StackPack is installed

Args:

  • name - the name of a StackPack

Examples:

The example below will return the AsyncScriptResult of the boolean indicating if the "agent" StackPack is installed

StackPack.isInstalled("agent")

Last updated