Class ExecuteFormSuccess
OptimaJet.Workflow.Plugins.FormsPlugin.ExecuteFormSuccess
Represents the result of a successful form execution, i.e., no errors occurred.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public record ExecuteFormSuccess : IEquatable<ExecuteFormSuccess>Inheritance
- System.Object
Implemented Interfaces
- System.IEquatable{OptimaJet.Workflow.Plugins.FormsPlugin.ExecuteFormSuccess}
Constructors
public ExecuteFormSuccess(bool WasExecuted) #Represents the result of a successful form execution, i.e., no errors occurred.
Parameters
Name
Type
Description
WasExecutedBooleanIf true, it means the process changed its state; if false, the state remained unchanged. This can occur when pre-execution conditions are checked and return false.
Properties
Name
Type
WasExecuted #BooleanIf true, it means the process changed its state; if false, the state remained unchanged. This can occur when pre-execution conditions are checked and return false.