Class ResumeResult
The result of resume execution
Inheritance
↳ object
↳ ResumeResult
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 ResumeResult
Properties
WasResumed
If true, the resume was successful and the process changed it's state
Declarationpublic bool WasResumed { get; set; }
Type | Description |
---|---|
bool |
ProcessInstance
The process, after executing the resume
Declarationpublic ProcessInstance ProcessInstance { get; set; }
Type | Description |
---|---|
ProcessInstance |