Skip to main content

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

Syntax
public class ResumeResult

Properties

WasResumed

If true, the resume was successful and the process changed it's state

Declaration
public bool WasResumed { get; set; }
Property value
TypeDescription
bool

ProcessInstance

The process, after executing the resume

Declaration
public ProcessInstance ProcessInstance { get; set; }
Property value
TypeDescription
ProcessInstance

Extension Methods