RecurringTaskScheduler.IsRunning 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsRunning { get; }
Public ReadOnly Property IsRunning As Boolean
Get
public:
property bool IsRunning {
bool get ();
}
member IsRunning : bool with get
Property Value
Type:
Boolean
See Also