ITIMEElement::isPaused Property
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
Gets a value that specifies whether the element is paused on the timeline.
Syntax
HRESULTÂ ITIMEElement::get_isPaused(VARIANT_BOOLÂ *Paused);
Parameters
- Paused
Boolean that specifies one of the following values.
Possible Values
VARIANT_TRUE Element is currently paused on the timeline. VARIANT_FALSE Default. Element is not paused on the timeline.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
When an element is paused on the timeline, it is still in an active state. Elements in an active state can generate events and respond to events.
See Also
Introduction to HTML+TIME, ITIMEState::isActive, ITIMEState::isOn, ITIMEState::state, ITIMEState::stateString