Class TaskProgress
Inherited Members
Namespace: Crowdin.Api.Tasks
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TaskProgress
Properties
| Edit this page View SourceDone
Declaration
[JsonProperty("done")]
public int Done { get; set; }
Property Value
Type | Description |
---|---|
int |
Percent
Declaration
[JsonProperty("percent")]
public int Percent { get; set; }
Property Value
Type | Description |
---|---|
int |
Total
Declaration
[JsonProperty("total")]
public int Total { get; set; }
Property Value
Type | Description |
---|---|
int |