Assembly: OptimaJet.Workflow.Core

Class ResumeResult

OptimaJet.Workflow.Core.Runtime.ResumeResult

Represents the result of a process resume execution.

public class ResumeResult

Properties

public bool WasResumed { get; set; } #
Gets or sets a value indicating whether process execution was resumed.
public ProcessInstance ProcessInstance { get; set; } #
Gets or sets the process instance used when resuming execution.