VirtualUI.Start Method (int)

Starts the VirtualUI's activation process. Returns true if VirtualUI was fully activated or false if the passed timeout expired.

C#

public bool Start(int timeout);

Parameters

Parameters

Description

Timeout

Maximum time, in seconds, until the activation process is canceled. Defaults to 60 seconds.

Remarks

To fully activate VirtualUI, the connection with the end-user's web browser must established within the time specified by Timeout parameter.

Group

Start Method