E_ALY_TeachState

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_ALY_TeachState :
(
    Idle := 0,
    Teach := 1,
    Pending := 2,
    PendingTeach := 3,
    PendingIdle := 4
) := Idle;
END_TYPE