Skip to content

System.Context.currentAlarm.ackUser

Description

The user who acknowledged the current alarm.

Grammar

System.Context.currentAlarm.ackUser

Code Example

Get the user who acknowledged the current alarm.

const user = System.Context.currentAlarm.ackUser;
console.log(user);