Back to product page

Activated property


Determines if WebServer is activated or not.

Type

Boolean

Syntax

  • Basic
object.Activated [= value]
The Activated(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodWebServer
valueA Boolean value.

Remarks

Activated is a readonly property that determines if wodWebServer is currently running or not. Although you cannot set value of this property, you can change it indirectly using Start and Stop methods.

Platforms

Windows