VBScript → Lua SwxWare 2011
This property takes or returns the current away status of the script user.
' Getting the script users current away state Dim bAway bAway = IpPbx.Away ' Setting the script users away state IpPbx.Away = True
This property takes or returns a boolean value.
If being used in a group context (from SwyxWare v13.27) this property returns false. Read more about user and group context differences here.
This property is identical to the Server Script API property PBXUser.Away.
By Tom Wellige