Search Results for

    Show / Hide Table of Contents

    Class JobProgressArgs

    Argument for updating the progressbar of the Job

    Inheritance
    System.Object
    System.EventArgs
    JobProgressArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Int32

    StatusMessage

    A message to be displayed to the user

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • JobProgressArgs()
    • Properties
      • PercentComplete
      • StatusMessage
    • Extension Methods
    Back to top Generated by DocFX