Click or drag to resize

RecurringTaskScheduler.Tasks Property

Gets the list of tasks.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public List<RecurringTask> Tasks { get; }

Property Value

Type: List<RecurringTask>
See Also