Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UI_ANIMATION_MANAGER_STATUS enumeration

Defines the activity status of an animation manager.

Syntax


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

Constants

UI_ANIMATION_MANAGER_IDLE

The animation manager is idle; no animations are currently playing.

UI_ANIMATION_MANAGER_BUSY

The animation manager is busy; at least one animation is currently playing or scheduled.

Requirements

Minimum supported client

Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

None supported

Header

UIAnimation.h

IDL

UIAnimation.idl

See also

IUIAnimationManager::GetStatus
IUIAnimationManagerEventHandler::OnManagerStatusChanged

 

 

Show:
© 2017 Microsoft