Skip to main content

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

Syntax
public class WorkflowRuntimeModel

Properties

RuntimeId

Declaration
public string RuntimeId { get; set; }
Property value
TypeDescription
string

Status

Declaration
public RuntimeStatus Status { get; set; }
Property value
TypeDescription
RuntimeStatus

Lock

Declaration
public Guid Lock { get; set; }
Property value
TypeDescription
Guid

RestorerId

Declaration
public string RestorerId { get; set; }
Property value
TypeDescription
string

LastAliveSignal

Declaration
public DateTime? LastAliveSignal { get; set; }
Property value
TypeDescription
DateTime?

NextTimerTime

Declaration
public DateTime? NextTimerTime { get; set; }
Property value
TypeDescription
DateTime?

Extension Methods