a monitor is marked as unread when there was a change that met the conditions
actions are triggered only if the condition is satisfied. if conditions are not set, all changes trigger actions.
note that the monitor will remain unread even if there are new updates that didn’t satisfy the condition.
it is possible to discard a check’s result using a macro. macro has a function named panic. this function will error out if it gets a true value when called. following post shows an example usage of the panic function in a related use case:
let me know if you have any other questions.