Class WorkflowRuntimeModel
Inheritance
↳ object
↳ WorkflowRuntimeModel
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class WorkflowRuntimeModel
Properties
RuntimeId
Declarationpublic string RuntimeId { get; set; }
Type | Description |
---|---|
string |
Status
Declarationpublic RuntimeStatus Status { get; set; }
Type | Description |
---|---|
RuntimeStatus |
Lock
Declarationpublic Guid Lock { get; set; }
Type | Description |
---|---|
Guid |
RestorerId
Declarationpublic string RestorerId { get; set; }
Type | Description |
---|---|
string |
LastAliveSignal
Declarationpublic DateTime? LastAliveSignal { get; set; }
Type | Description |
---|---|
DateTime? |
NextTimerTime
Declarationpublic DateTime? NextTimerTime { get; set; }
Type | Description |
---|---|
DateTime? |