Skip to main content

Class TimerToRegister

Represent a timer to register in persistence store

Inheritance

↳ object

    TimerToRegister

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class TimerToRegister

Properties

Name

Timer name !:TimerDefinition.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

ExecutionDateTime

Execution DateTime of timer

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

Extension Methods