Search Results for

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Inheritance
    System.Object
    ProgressEventArgs
    PackageStatusEventArgs
    TaskStatusEventArgs
    PublishProjectEventArgs
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProgressEventArgs : CancelEventArgs

    Constructors

    ProgressEventArgs()

    Declaration
    public ProgressEventArgs()

    Properties

    PercentComplete

    Declaration
    public int PercentComplete { get; }
    Property Value
    Type Description
    System.Int32

    StatusMessage

    Declaration
    public string StatusMessage { get; }
    Property Value
    Type Description
    System.String

    On this page

    • Constructors
      • ProgressEventArgs()
    • Properties
      • PercentComplete
      • StatusMessage
    Back to top Generated by DocFX