RecurringTaskSchedulerIsRunning Property |
Gets a value indicating whether the scheduler is running.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsRunning { get; }
Public ReadOnly Property IsRunning As Boolean
Get
public:
property bool IsRunning {
bool get ();
}
member IsRunning : bool with get
Property Value
Type:
BooleanSee Also