DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
TaskStatus.h File Reference

Represents the current stage in the lifecycle of an asynchronous Task. More...

Go to the source code of this file.

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Threading
namespace  DotNetDupe::System::Threading::Tasks

Enumerations

enum class  DotNetDupe::System::Threading::Tasks::TaskStatus {
  DotNetDupe::System::Threading::Tasks::Created , DotNetDupe::System::Threading::Tasks::WaitingToRun , DotNetDupe::System::Threading::Tasks::Running , DotNetDupe::System::Threading::Tasks::RanToCompletion ,
  DotNetDupe::System::Threading::Tasks::Canceled , DotNetDupe::System::Threading::Tasks::Faulted
}
 Represents the current stage in the lifecycle of a Task. More...

Detailed Description

Represents the current stage in the lifecycle of an asynchronous Task.

Definition in file TaskStatus.h.