Class DesignerResponse
OptimaJet.Workflow.Core.Designer.DesignerResponse
Encapsulates the result of a Workflow Designer action and indicates whether the response contains an error.
Namespace: OptimaJet.Workflow.Core.Designer
public class DesignerResponseConstructors
public DesignerResponse(object result, bool hasError = false) #Initializes a new instance of the DesignerResponse class.
Parameters
Name
Type
Description
resultObjectThe result returned by the Workflow Designer action.
hasErrorBooleanA value indicating whether the response contains an error.