VisibleΒΆ

SpaceObServer.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
SOS.Visible = True

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.