[This is preliminary documentation and is subject to change.]
Whether to adjust Interval for execution time (for recurring tasks).
If enabled, the Interval timer is started as soon as execution starts.
Total delay between executions is then equal to Interval.
If disabled, the Interval timer is started only after execution finishes.
Total delay between executions is then (time to execute + Interval).
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
| C# |
public bool AdjustForExecutionTime { get; set; }