Assembly: OptimaJet.Workflow.Core

Class ProcessTimer

OptimaJet.Workflow.Core.Runtime.ProcessTimer

Represents a process timer.

public class ProcessTimer

Constructors

public ProcessTimer(Guid id, string name, DateTime next) #
Initializes a new instance of the ProcessTimer class.

Parameters

Name
Type
Description
id
Guid
The timer identifier exposed by ProcessTimer.Id.
name
String
The timer name exposed by ProcessTimer.Name.
next
DateTime
The next execution date and time exposed by ProcessTimer.NextExecutionDateTime.

Properties

public Guid Id { get; } #
Gets the identifier of this timer.
public string Name { get; } #
Gets the timer name.
public DateTime NextExecutionDateTime { get; } #
Gets the next execution date and time for this timer.