Assembly: OptimaJet.Workflow.FormsPlugin

Class ExecuteFormSuccess

OptimaJet.Workflow.Plugins.FormsPlugin.ExecuteFormSuccess

Represents the result of a successful form execution, i.e., no errors occurred.

public record ExecuteFormSuccess : IEquatable<ExecuteFormSuccess>

Type Hierarchy

Constructors

public ExecuteFormSuccess(bool WasExecuted) #
Represents the result of a successful form execution, i.e., no errors occurred.

Parameters

Name
Type
Description
WasExecuted
Boolean
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.

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.