Interface IDaemonView
Defines abstraction for an entity that is controlled by Start/Stop commands and has a status
Inherited Members
Namespace: Azos.Apps
Assembly: Azos.dll
Syntax
public interface IDaemonView : IApplicationComponent, INamed
Properties
Running
Returns true when service is active or about to become active. Check in service implementation loops/threads/tasks
Declaration
bool Running { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Status
Current service status
Declaration
DaemonStatus Status { get; }
Property Value
Type | Description |
---|---|
DaemonStatus |