Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class CommandExecutionResult

OptimaJet.Workflow.Core.Runtime.CommandExecutionResult

The result of command execution

public class CommandExecutionResult

Inheritance

  • System.Object

Constructors

public CommandExecutionResult(string commandName, bool wasExecuted, ProcessInstance processInstance, string message = null) #

Parameters

Name
Type
Description
commandName
String
wasExecuted
Boolean
processInstance
ProcessInstance
message
String

Properties

Name
Type
CommandName #
String
Name of command which was executed
WasExecuted #
Boolean
If true, the command was executed
ProcessInstance #
ProcessInstance
The process, after executing the command
Message #
String