Skip to main content

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

Syntax
public class TimerToExecute

Properties

TimerId

Timer id

Declaration
public Guid TimerId { get; set; }
Property value
TypeDescription
Guid

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

RootProcessId

Id of the root process

Declaration
public Guid RootProcessId { get; set; }
Property value
TypeDescription
Guid

Extension Methods