Added notification about opening and closing personal shifts of users
Since V7Preview2 a notification has been added UserSessionChanged
, that makes it convenient to track property changes IUser.IsSessionOpen
.
In some scenarios, personal shifts may open or close for a group of users at once, so the notification will contain a list of users whose personal shift has opened or closed, and the list may simultaneously include those whose personal shift has just opened and those who who has just closed.
In previous versions of the API, you had to use a more general notification to track personal shifts UserChanged
, it, as before, is triggered by any user change, including opening and closing a personal shift.
By the way, the plugin can not only monitor personal changes of users, but also manage them.