Class EventFlags
- java.lang.Object
-
- com.inductiveautomation.ignition.gateway.alarming.journal.EventFlags
-
public class EventFlags extends java.lang.Object
Defines the flags that are used in the alarm journal to further describe events.
-
-
Field Summary
Fields Modifier and Type Field Description static int
IS_ACKED_FLAG
static int
IS_CLEAR_FLAG
static int
SHELVED_EVENT_FLAG
static int
SYSTEM_ACK_FLAG
static int
SYSTEM_EVENT_FLAG
-
-
-
Field Detail
-
SYSTEM_EVENT_FLAG
public static final int SYSTEM_EVENT_FLAG
- See Also:
- Constant Field Values
-
SHELVED_EVENT_FLAG
public static final int SHELVED_EVENT_FLAG
- See Also:
- Constant Field Values
-
SYSTEM_ACK_FLAG
public static final int SYSTEM_ACK_FLAG
- See Also:
- Constant Field Values
-
IS_ACKED_FLAG
public static final int IS_ACKED_FLAG
- See Also:
- Constant Field Values
-
IS_CLEAR_FLAG
public static final int IS_CLEAR_FLAG
- See Also:
- Constant Field Values
-
-