Search Results for

    Show / Hide Table of Contents

    Class JobProgressArgs

    Argument for updating the progressbar of the Job

    Inheritance
    object
    EventArgs
    JobProgressArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.IntegrationApi.Jobs
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public class JobProgressArgs : EventArgs

    Constructors

    JobProgressArgs()

    Declaration
    public JobProgressArgs()

    Properties

    PercentComplete

    Value to for progressbar

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

    StatusMessage

    A message to be displayed to the user

    Declaration
    public string StatusMessage { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • JobProgressArgs()
    • Properties
      • PercentComplete
      • StatusMessage
    • Extension Methods
    Back to top Generated by DocFX