The StackPack script API provides handy operations to get the status of a StackPack
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")