Status of a given task.
            
        
    Namespace: 
   CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum TaskStatus | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration TaskStatus | 
| Visual C++ | 
|---|
| public enum class TaskStatus | 
 Members
Members
| Member name | Description | |
|---|---|---|
| Enqueued | 
            Status of a task which is enqueued, and maybe in treatment by a worker.
             | |
| Computed | 
            Status of a task which was treated and for which the result is beeing stored in the database
             | |
| Updated | 
            Status of a task which was treated and updated in the database. Tasks of this 
            status are no longer in the table. That is why tasks that were never created will be marked as Updated.
             | 
 
     
     
     
     
    