Search Results for

    Show / Hide Table of Contents

    Class ExecuteExternalJobEvent

    Used for receiving job implementation through the API

    Inheritance
    System.Object
    ExecuteExternalJobEvent
    Inherited Members
    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 ExecuteExternalJobEvent

    Constructors

    ExecuteExternalJobEvent(IExternalJob)

    Constructor

    Declaration
    public ExecuteExternalJobEvent(IExternalJob job)
    Parameters
    Type Name Description
    IExternalJob job

    Job to be executed

    Properties

    Job

    The external job to be executed by studio

    Declaration
    public IExternalJob Job { get; }
    Property Value
    Type Description
    IExternalJob

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ExecuteExternalJobEvent(IExternalJob)
    • Properties
      • Job
    • Extension Methods
    Back to top Generated by DocFX