AsyncTaskBaseIsCompleted Property
Gets whether the task has been completed.
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool IsCompleted { get; }
Public ReadOnly Property IsCompleted As Boolean
Get
public:
property bool IsCompleted {
bool get ();
}
member IsCompleted : bool with get
Property Value
Boolean