Class ExecuteExternalJobEvent
Used for receiving job implementation through the API
Inheritance
Object
ExecuteExternalJobEvent
Inherited Members
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 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 |