| AnimationClientSetPausedAsync Method  | 
Version 90.6.50 
            Sets the paused state of a set of animations.
            
 
    Namespace: 
   CefSharp.DevTools.Animation
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> SetPausedAsync(
	string[] animations,
	bool paused
)
public:
Task<DevToolsMethodResponse^>^ SetPausedAsync(
	array<String^>^ animations, 
	bool paused
)
Parameters
- animations
- Type: SystemString
 Animations to set the pause state of.
- paused
- Type: SystemBoolean
 Paused state to set to.
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also