E_ALY_ConfigState

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_ALY_ConfigState :
(
    NotConfigured := 0,
    Pending := 1,
    Configured := 2,
) := NotConfigured ;
END_TYPE