Returns a mapping task id => task status for all the tasks
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Dictionary<Guid, TaskStatus> AllTasksStatus { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AllTasksStatus As Dictionary(Of Guid, TaskStatus) |
| Visual C++ |
|---|
public: property Dictionary<Guid, TaskStatus>^ AllTasksStatus { Dictionary<Guid, TaskStatus>^ get (); } |