AVOLITES TITAN API

WaitForInfoUpdates

Waits for update queue completion. This should be used only for testing to ensure the panel can finish some of it's asynchronous operations before a test continues.

Namespace: Show

Syntax

MACRO

Boolean Show.WaitForInfoUpdates(Int32 timeout)

HTTP

http://[ip]:4430/titan/script/2/Show/WaitForInfoUpdates?timeout={titanId}

Parameters

timeout ( Int32 ) : The timeout in ms or System.Threading.Timeout.Infinite to wait for ever.

Returns

True if it completes successfully within the timeout, otherwise false.