Click or drag to resize

ServiceFirstTimeStartup Property

Has this service started successfully? When a new drive is added to the system, the created service will initially have a value of false here. After the service has started, this value will be set to true. This can be used to check if the service has ever started.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public bool FirstTimeStartup { get; set; }

Property Value

Type: Boolean
See Also