Interface IAwaitable
Represents an awaitable process.
Namespace: TriLibCore.Interfaces
Assembly: TriLibCore.dll
Syntax
public interface IAwaitable
Properties
Completed
Indicates whether this Awaitable is completed.
Declaration
bool Completed { get; set; }
Property Value
Type | Description |
---|---|
bool |