StackState Docs
StackState.com
Download
Blogs
Support
Search…
StackState version 4.2 (EOL)
Welcome to the StackState Docs!
🚀
Setup
Requirements
Installation
Data management
Upgrade StackState
👤
Use
Introduction to StackState
Explore mode
Views
Analytics
Health state and event notifications
Glossary
🧩StackPacks
What is a StackPack?
Add-ons
Integrations
Develop your own StackPacks
🔧
Configure
Topology
Telemetry
Traces
Security
Identifiers
Logging
📖
Develop
Developer guides
Reference
StackState CLI
StackState Template Json (STJ)
StackState Markup Language (STML)
StackState Query Language (STQL)
StackState Scripting Language (STSL)
Scripting in StackState
Async script result
Script APIs
Async - script API
Component - script API
HTTP - script API
Prediction - script API
StackPack - script API
Telemetry - script API
Time - script API
Topology - script API
UI - script API
View - script API
Tutorials
Powered By
GitBook
StackPack - script API
Functions to work with StackPacks
This page describes StackState version 4.2.
The StackState 4.2 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.2 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
1
StackPack.isInstalled("agent")
Copied!
Previous
Prediction - script API
Next
Telemetry - script API
Last modified
7mo ago
Copy link
Contents
Function isInstalled