Assembly: OptimaJet.Workflow.Core

Delegate GetCustomTimerValueAsyncDelegate

OptimaJet.Workflow.Core.Runtime.GetCustomTimerValueAsyncDelegate

Asynchronous delegate used to resolve a custom TimerDefinition.Value into its execution time.

public delegate Task<DateTime?> GetCustomTimerValueAsyncDelegate(string value, string name)

Parameters

Name
Type
Description
value
System.String
The custom <a href="/core/OptimaJet.Workflow.Core.Model/TimerDefinition/">TimerDefinition.Value</a> to resolve.
name
System.String
The name of the <a href="/core/OptimaJet.Workflow.Core.Model/TimerDefinition/">TimerDefinition</a> being resolved.