Class TaskProgress
Inheritance
System.Object
TaskProgress
Assembly: Crowdin.Api.dll
Syntax
public class TaskProgress : object
Properties
|
Improve this Doc
View Source
Done
Declaration
public int Done { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Percent
Declaration
public int Percent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Total
Declaration
public int Total { get; set; }
Property Value
Type |
Description |
System.Int32 |
|