Click or drag to resize

IDaemonServiceIsRunning Property

Indicates whether the daemon service is running

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
bool IsRunning { get; }

Property Value

Type: Boolean
Remarks
Implementers should evaluate whether the service is in a running state (i.e. are the connections still valid, etc.) and return true if the service is deemed to be in a running and available state
See Also