Skip to main content
Version: v4 (Stable)

GetGroupCallStatus

GetGroupCallStatus(Group AS String/Integer, Status As Integer) AS Integer

Gets in <Status> the current call status of the call group identified by <GroupId>. <GroupId> can be the numeric object id of the call group or its name, according with its type (Integer or String).

The call status is returned in <Status>:

  • 0 = no current call
  • 1 = call in progress
  • 2 = call transmitted (wait for call acknowledgment)
  • 3 = group not warned (call fail)
  • 4 = group warned (calls acknowledged)
  • 5 = relief group called
  • 6 = call delayed
  • 7 = relief group not warned
  • 8 = relief group warned
  • 9 = call finished (no more alarm for the group)
  • 10 = Call group active wait (Relief only)
  • 11 = Call group passive wait (Relief only)
  • 12 = Call canceled

Returns an error code (0 if no error, 5 = invalid group).