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