TVirtualUI.Start Method (Integer)

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

Pascal

function Start(Timeout: Integer): WordBool; safecalloverload;

Parameters

Parameters

Description

Timeout: Integer

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