Search Results for

    Show / Hide Table of Contents

    Interface IExternalJob

    Interface to define a relay job

    Namespace: Sdl.Desktop.IntegrationApi.Jobs
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public interface IExternalJob

    Properties

    JobData

    Custom data specific to the job

    Declaration
    object JobData { get; set; }
    Property Value
    Type Description
    System.Object

    JobName

    Name of the job

    Declaration
    string JobName { get; }
    Property Value
    Type Description
    System.String

    Methods

    Execute()

    Triggers the job execution

    Declaration
    void Execute()

    JobCanceled(Object, EventArgs)

    Can handle job canceling from studio

    Declaration
    void JobCanceled(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • JobData
      • JobName
    • Methods
      • Execute()
      • JobCanceled(Object, EventArgs)
    • Extension Methods
    Back to top Generated by DocFX