RecurringTaskStatisticsIsExecuting Property |
Gets a value indicating whether the task is currently executing.
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 IsExecuting { get; }
Public ReadOnly Property IsExecuting As Boolean
Get
public:
property bool IsExecuting {
bool get ();
}
member IsExecuting : bool with get
Property Value
Type:
BooleanSee Also