is-appgroup-available
function
The is-appgroup-available
action tests if specified app group is available. It belongs to the appgroup category within the platform area.
Action Syntax
is-appgroup-available $variable
A variable name starting with $
is-appgroup-available @reference
A reference starting with @
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = is-appgroup-available
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = is-appgroup-available $name
Action code: 2524556287
Version: 0.6.4-0
Last updated: 2025-06-13