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
Syntaxpublic class TimerToRegister
Properties
Name
Timer name !:TimerDefinition.Name
Declarationpublic string Name { get; set; }
Type | Description |
---|---|
string |
ProcessId
Id of the process which owned the timer
Declarationpublic Guid ProcessId { get; set; }
Type | Description |
---|---|
Guid |
ExecutionDateTime
Execution DateTime of timer
Declarationpublic DateTime ExecutionDateTime { get; set; }
Type | Description |
---|---|
DateTime |