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
Syntaxpublic class WorkflowTimer
Properties
TimerId
Timer id
Declarationpublic Guid TimerId { get; set; }
Type | Description |
---|---|
Guid |
Name
Timer name BaseDefinition.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 |
RootProcessId
Declarationpublic Guid RootProcessId { get; set; }
Type | Description |
---|---|
Guid |
NextExecutionDateTime
Declarationpublic DateTime NextExecutionDateTime { get; set; }
Type | Description |
---|---|
DateTime |