AVOLITES TITAN API

WaitForCurrentInfoUpdates

Waits for items currently in the info update queue to complete. 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.WaitForCurrentInfoUpdates(Int32 timeout)

HTTP

http://[ip]:4430/titan/script/2/Show/WaitForCurrentInfoUpdates?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.