MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laPreemptionLevel Enumeration
MPLAB® Harmony Graphics Suite
laPreemptionLevel Enumeration

Enumeration: laPreemptionLevel 

libaria pre-emption level values

C
enum laPreemptionLevel {
  LA_PREEMPTION_LEVEL_0,
  LA_PREEMPTION_LEVEL_1,
  LA_PREEMPTION_LEVEL_2
};
Members
Members 
Description 
LA_PREEMPTION_LEVEL_0 
draw cycle always completes 
LA_PREEMPTION_LEVEL_1 
preempts after each widget fully draws 
LA_PREEMPTION_LEVEL_2 
preempts after each widget draw step completes 
Remarks

None.

MPLAB® Harmony Graphics Suite