Class ModuleStatusEvent
- Namespace
- Crosser.EdgeNode.Flows.Abstractions
- Assembly
- Crosser.EdgeNode.Flows.Abstractions.dll
public class ModuleStatusEvent : EventArgs
- Inheritance
-
ModuleStatusEvent
- Inherited Members
Constructors
ModuleStatusEvent(Status, Status, Guid, string, string, string, bool, Exception?)
public ModuleStatusEvent(Status oldStatus, Status newStatus, Guid id, string name, string moduleVersion, string message, bool haltOnError, Exception? exception)
Parameters
oldStatusStatusnewStatusStatusidGuidnamestringmoduleVersionstringmessagestringhaltOnErrorboolexceptionException
Properties
Exception
public Exception? Exception { get; }
Property Value
HaltOnError
public bool HaltOnError { get; }
Property Value
Id
public Guid Id { get; }
Property Value
Message
public string Message { get; set; }
Property Value
ModuleVersion
public string ModuleVersion { get; }
Property Value
Name
public string Name { get; }
Property Value
NewStatus
public Status NewStatus { get; }
Property Value
OldStatus
public Status OldStatus { get; }