Share via


IMsoComponentManager::FContinueIdle Method

Applies to: Office 2010

Indicates whether a component can continue its idle-time processing.

BOOL FContinueIdle();

Return Value

TRUE if the component can continue its idle time processing; otherwise, FALSE. If FALSE, the component returns from the IMsoComponent::FDoIdle method.

Remarks

This method is called periodically by a component during the IMsoComponent::FDoIdle method call.

See Also

Reference

IMsoComponentManager Interface