Workflow Engine .NET

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>

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
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

Name
Type
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.