Skip to main content

Class WorkflowTimer

Inheritance

↳ object

    WorkflowTimer

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 WorkflowTimer

Properties

TimerId

Timer id

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

Name

Timer name BaseDefinition.Name

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

ProcessId

Id of the process which owned the timer

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

RootProcessId

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

NextExecutionDateTime

Declaration
public DateTime NextExecutionDateTime { get; set; }
Property value
TypeDescription
DateTime

Extension Methods