Add Checkable#last_check_started

refs #7888
This commit is contained in:
Alexander A. Klimov 2020-03-05 14:36:58 +01:00
parent cd2ffd175b
commit 11c6c11076
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ abstract class Checkable : CustomVarObject
[config] String icon_image_alt;
[state] Timestamp next_check;
[state, no_user_view, no_user_modify] Timestamp last_check_started;
[state] int check_attempt {
default {{{ return 1; }}}
};