GetAlarmCallStatus
GetAlarmCallStatus(AlarmId As Integer/String, nStatus As Integer) As Integer
This function retrieves the call status (in <nStatus>) of the alarm identified by <AlarmId>.
The values returned in <nStatus> can be:
- 0 = No call
- 1 = Call in progress
- 2 = Call transmitted (wait for call acknowledgement)
- 3 = Call group not warned (call fail)
- 4 = Call group warned (calls acknowledged)
- 5 = Relief call group called
- 6 = Call delayed
- 7 = Relief call group not warned
- 8 = Relief call 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
This function returns an error code (0 if no error).