| 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; }
Public ReadOnly Property IsRunning As Boolean
Get
public:
virtual property bool IsRunning {
bool get () sealed;
}
abstract IsRunning : bool with get
override IsRunning : bool with get
Property Value
Type:
BooleanImplements
IDaemonServiceIsRunningSee Also