ActionStateUpdateFlag

Define when action need state update - optimization for high frequently uses actions

Values

ValueMeaning
never0

action never change state so there is no need to search for dispatch action state request

inWidget1

dispatch action state change if action added to widget

inAccelerator2

dispatch action state change if run from accelerator (keyboard)

alwaysinWidget | inAccelerator

always dispatch action state change

Meta