Job Class

Definition

The Job object.

public class Job
type Job = class
Public Class Job
Inheritance
Job

Constructors

Job()

Initializes a new instance of the Job class.

Job(String, String, String, String, String, String, String, IList<KeyValuePair>, IList<JobExecutionReportDetails>)

Initializes a new instance of the Job class.

Properties

CallBackEndpoint

Gets or sets the callback endpoint.

Id

Gets or sets the job id.

JobExecutionReport

Gets or sets job execution report- Array of KeyValue pairs object.

ResultMetaData

Gets or sets array of KeyValue pairs.

ReviewId

Gets or sets review Id if one is created.

Status

Gets or sets the status string (&lt;Pending, Failed, Completed&gt;).

TeamName

Gets or sets the team name associated with the job.

Type

Gets or sets type of the content.

WorkflowId

Gets or sets the Id of the workflow.

Applies to