Search Results for

    Show / Hide Table of Contents

    Class TaskProgress

    Inheritance
    System.Object
    TaskProgress
    Namespace: Crowdin.Api.Tasks
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX