Class WorkflowRuntimeStartResult
Inheritance
↳ object
↳ WorkflowRuntimeStartResult
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class WorkflowRuntimeStartResult
Properties
CompileErrors
Global code actions compile errors
Declarationpublic Dictionary<string, string> CompileErrors { get; set; }
Type | Description |
---|---|
Dictionary<string, string> |
HasCompileErrors
Returns true if the result has any global code actions compile error
Declarationpublic bool HasCompileErrors { get; }
Type | Description |
---|---|
bool |