Search Results for

    Show / Hide Table of Contents

    Class ProgressEventArgs

    Cancelable event args class for progress information callbacks during automatic task execution (see RunAutomaticTask(Guid[], string)) or during package-related operations (see CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions) and ImportReturnPackage(string)).

    Inheritance
    object
    EventArgs
    CancelEventArgs
    ProgressEventArgs
    PackageStatusEventArgs
    TaskStatusEventArgs
    PublishProjectEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProgressEventArgs : CancelEventArgs

    Constructors

    ProgressEventArgs()

    Declaration
    public ProgressEventArgs()

    Properties

    PercentComplete

    Gets a percentage value indicating how far the operation has progressed so far.

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

    StatusMessage

    Gets a message providing more detail about what is currently happening.

    Declaration
    public string StatusMessage { get; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • ProgressEventArgs()
    • Properties
      • PercentComplete
      • StatusMessage
    Back to top Generated by DocFX