Click or drag to resize

SQLiteSearchIndexServiceIsRunning Property

Returns whether the service is running or not

Namespace:  SanteDB.DisconnectedClient.SQLite.Search
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public bool IsRunning { get; }

Property Value

Type: Boolean

Implements

IDaemonServiceIsRunning
See Also