 | AppletBusinessRulesDaemonIsRunning Property |
Indicates whether the service is running
Namespace: SanteDB.BusinessRules.JavaScriptAssembly: SanteDB.BusinessRules.JavaScript (in SanteDB.BusinessRules.JavaScript.dll) Version: 3.0.2081-alpha+2e88b63362ef5258b46c537869eb2b7aa0e99be8
Syntaxpublic 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
BooleanImplements
IDaemonServiceIsRunning
See Also