Class ProcessTimer
Timer of a process
Inheritance
↳ object
↳ ProcessTimer
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 ProcessTimer
Constructors
ProcessTimer(Guid, string, DateTime)
Declarationpublic ProcessTimer(Guid id, string name, DateTime next)
| Type | Name | Description |
|---|---|---|
| Guid | id | |
| string | name | |
| DateTime | next |
Properties
Id
Declarationpublic Guid Id { get; }
| Type | Description |
|---|---|
| Guid |
Name
Timer name
Declarationpublic string Name { get; }
| Type | Description |
|---|---|
| string |
NextExecutionDateTime
Next execution time of this timer
Declarationpublic DateTime NextExecutionDateTime { get; }
| Type | Description |
|---|---|
| DateTime |