XLL+ Class Library (6.3)

CXllPushApp::SetTickPeriod

Sets the time between ticks for idle tasks

BOOL SetTickPeriod(
   long lMillisecs
);

Parameters

lMillisecs

The new value of the period in milliseconds. See remarks below.

Return Value

The function returns TRUE if the function succeeds, FALSE for failure.

Remarks

Sometimes updates cannot be sent immediately to Excel, because the application is busy, or the user interface is in use. The push engine will try again within TickPeriod milliseconds.

This function may only be called from the main thread.

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::GetTickPeriod() | CXllPushApp::SetRefreshPeriod() | CXllPushApp::GetRefreshPeriod()