Class ProcessWorkerInfo
DTO class to describe a running process worker.
Inheritance
System.Object
ProcessWorkerInfo
Namespace: Cireson.Core.Interfaces.Services.WorkerProcessing
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class ProcessWorkerInfo : object
Remarks
Admin, 8/24/2017.
Properties
View SourceProcessName
Name of the process.
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the process. |
State
Current running state of the process.
Declaration
public ProcessWorkerState State { get; set; }
Property Value
Type | Description |
---|---|
ProcessWorkerState | The state. |