SpaceObServer.Application.Properties.Visible

<< Zum Inhaltsverzeichnis >>

Navigation:  OLE Automation > Application > Properties >

SpaceObServer.Application.Properties.Visible

Description

Indicates, if the SpaceObServer user interface should be visible or not within the automation process. Because a visible user interface within the automation process consumes system resources, data exports by automation slow down considerably sometimes.

 
Syntax

property Visible: <Boolean>;

 
Example

$SOS.Visible = $True #PowerShell

SOS.Visible = True 'VBS

Will force the user interface to remain visible during automation processes.

 
Remarks

If Visible is set to False the exports will most likely execute faster.
False is the default value of this property.