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 |
---|---|
Boolean |