Class FlowInformation
public class FlowInformation : FlowBase
- Inheritance
-
FlowInformation
- Inherited Members
Constructors
FlowInformation()
public FlowInformation()
Properties
Credentials
public List<CredentialBase> Credentials { get; set; }
Property Value
FlowStatus
public Status FlowStatus { get; set; }
Property Value
HaltOnError
public bool HaltOnError { get; set; }
Property Value
IsInteractive
public bool IsInteractive { get; set; }
Property Value
Modules
public List<FlowModule> Modules { get; set; }
Property Value
OnFlowStatusChanged
[JsonIgnore]
public EventHandler<Status>? OnFlowStatusChanged { get; set; }
Property Value
Resources
public List<ResourceBase> Resources { get; set; }
Property Value
ShouldBeStarted
[JsonIgnore]
public bool ShouldBeStarted { get; set; }
Property Value
Methods
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
SetModuleStatus(Guid, Status, string)
public Status SetModuleStatus(Guid moduleId, Status status, string message)