Search Results for

    Show / Hide Table of Contents

    Class JobFinishedArgs

    Inheritance
    object
    EventArgs
    JobFinishedArgs
    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 JobFinishedArgs : EventArgs

    Constructors

    JobFinishedArgs()

    Declaration
    public JobFinishedArgs()

    Fields

    Result

    Result of the job

    Declaration
    public object Result
    Field Value
    Type Description
    object

    Success

    Indicates if the job was finished successfully

    Declaration
    public bool Success
    Field Value
    Type Description
    bool

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • JobFinishedArgs()
    • Fields
      • Result
      • Success
    • Extension Methods
    Back to top Generated by DocFX