Class JobFinishedArgs
Inheritance
System.Object
System.EventArgs
JobFinishedArgs
Inherited Members
System.EventArgs.Empty
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 JobFinishedArgs : EventArgs
Constructors
JobFinishedArgs()
Declaration
public JobFinishedArgs()
Fields
Result
Result of the job
Declaration
public object Result
Field Value
Type | Description |
---|---|
System.Object |
Success
Indicates if the job was finished successfully
Declaration
public bool Success
Field Value
Type | Description |
---|---|
System.Boolean |