Lua → VBScript SwxWare v13.27
Returns true if at least one group user is currently logged into SwyxWare with any client.
local bLoggedIn = PBXGroup.IsLoggedIn()
This function returns a boolean value.
You can also use PBXGroup.IsBusy() to check if all group users are currently busy.
By Tom Wellige