Class TimerToExecute
Represent a timer information
Inheritance
↳ object
↳ TimerToExecute
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 TimerToExecute
Properties
TimerId
Timer id
Declarationpublic Guid TimerId { get; set; }
Type | Description |
---|---|
Guid |
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 |
RootProcessId
Id of the root process
Declarationpublic Guid RootProcessId { get; set; }
Type | Description |
---|---|
Guid |