Class FlowModule
- Namespace
- Crosser.EdgeNode.Shared.Models
- Assembly
- Crosser.EdgeNode.Flows.Abstractions.dll
- Inheritance
-
FlowModule
- Inherited Members
-
Constructors
FlowModule()
Properties
FlowId
public Guid FlowId { get; set; }
Property Value
- Guid
HaltOnError
public bool HaltOnError { get; set; }
Property Value
- bool
Id
public Guid Id { get; set; }
Property Value
- Guid
LastReportedStatus
public string LastReportedStatus { get; set; }
Property Value
- string
LastReportedTime
public DateTime? LastReportedTime { get; set; }
Property Value
- DateTime?
public Metadata Metadata { get; set; }
Property Value
- Metadata
ModuleVersion
public string ModuleVersion { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Resources
public IList<ResourceBase> Resources { get; set; }
Property Value
- IList<ResourceBase>
Settings
public FlowModuleSettings Settings { get; set; }
Property Value
- FlowModuleSettings
Status
public Status Status { get; set; }
Property Value
- Status
Type
public string Type { get; set; }
Property Value
- string