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>Type Hierarchy
- ExecuteFormSuccess Current type
- Implemented interfaces
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
public bool WasExecuted { get; init; } #If 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.