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
Syntaxpublic class ProcessDisplayedState
Properties
ProcessId
Declarationpublic Guid ProcessId { get; init; }
Type | Description |
---|---|
Guid |
ProcessParameters
Declarationpublic ImmutableList<ParameterDefinitionWithValue> ProcessParameters { get; init; }
Type | Description |
---|---|
ImmutableList<ParameterDefinitionWithValue> |
ProcessHistory
Declarationpublic ImmutableList<ProcessHistoryItem> ProcessHistory { get; init; }
Type | Description |
---|---|
ImmutableList<ProcessHistoryItem> |
CurrentPage
Declarationpublic int CurrentPage { get; }
Type | Description |
---|---|
int |
LastPage
Declarationpublic int LastPage { get; init; }
Type | Description |
---|---|
int |
ProcessHistoryCount
Declarationpublic int ProcessHistoryCount { get; init; }
Type | Description |
---|---|
int |
ProcessTimers
Declarationpublic ImmutableList<ProcessTimer> ProcessTimers { get; init; }
Type | Description |
---|---|
ImmutableList<ProcessTimer> |
Methods
ToProcessAndSubprocessesDisplayedState()
Declarationpublic ProcessTreeDisplayedState ToProcessAndSubprocessesDisplayedState()
Type | Description |
---|---|
ProcessTreeDisplayedState |