Namespace JobFlow.Models.Jobs
Classes
- GlobalJobNames
 List of standard system job names.
- JobModel
 Represents an existing Job.
- ResponseLogEntry
 Any message (errors, information messages, etc.) to be returned in the work response.
- WorkRequest
 The work request object. Sent by the system to workers. This version is used when the document data type is not known or not needed.
- WorkRequest<T>
 The work request object. Sent by the system to workers. This version is used when the document data type needs to be known.
- WorkResponse
 The response sent by a worker back to the system when work is completed.
Interfaces
- IWorkRequest
 Interface implemented by both WorkRequest and WorkRequest<T>.