UI_ANIMATION_MANAGER_STATUS enumeration (uianimation.h)

Defines the activity status of an animation manager.

Syntax

typedef enum __MIDL___MIDL_itf_UIAnimation_0000_0000_0002 {
  UI_ANIMATION_MANAGER_IDLE = 0,
  UI_ANIMATION_MANAGER_BUSY = 1
} UI_ANIMATION_MANAGER_STATUS;

Constants

 
UI_ANIMATION_MANAGER_IDLE
Value: 0
The animation manager is idle; no animations are currently playing.
UI_ANIMATION_MANAGER_BUSY
Value: 1
The animation manager is busy; at least one animation is currently playing or scheduled.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server None supported
Header uianimation.h

See also

IUIAnimationManager::GetStatus

IUIAnimationManagerEventHandler::OnManagerStatusChanged