Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

Class ProcessDisplayedState

Represents the state of a process that is displayed in the designer. Attention! Don't use this class in your code. It can be changed in future versions.

Inheritance

↳ object

    ↳ ProcessDisplayedState

        ↳ ProcessTreeDisplayedState

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Designer

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class ProcessDisplayedState

Properties

ProcessId

Declaration
public Guid ProcessId { get; init; }
Property value
TypeDescription
Guid

ProcessParameters

Declaration
public ImmutableList<ParameterDefinitionWithValue> ProcessParameters { get; init; }
Property value
TypeDescription
ImmutableList<ParameterDefinitionWithValue>

ProcessHistory

Declaration
public ImmutableList<ProcessHistoryItem> ProcessHistory { get; init; }
Property value
TypeDescription
ImmutableList<ProcessHistoryItem>

CurrentPage

Declaration
public int CurrentPage { get; }
Property value
TypeDescription
int

LastPage

Declaration
public int LastPage { get; init; }
Property value
TypeDescription
int

ProcessHistoryCount

Declaration
public int ProcessHistoryCount { get; init; }
Property value
TypeDescription
int

ProcessTimers

Declaration
public ImmutableList<ProcessTimer> ProcessTimers { get; init; }
Property value
TypeDescription
ImmutableList<ProcessTimer>

Methods

ToProcessAndSubprocessesDisplayedState()

Declaration
public ProcessTreeDisplayedState ToProcessAndSubprocessesDisplayedState()
Returns
TypeDescription
ProcessTreeDisplayedState

Extension Methods