PublishingJob DTO - Author-it On-Premises - Author-it

Author-it Development Documentation

Provides properties that contain information about a publishing job.

Properties

Name

Type

Description

Property

JobId

Integer

Gets or sets the identifier for this job.

Property

BookId

Integer

Gets or sets the identifier for the published book.

Property

Format

Integer

Gets or sets the output format for the job.

Property

SubmittedTime

DateTime

Gets or sets the time the job was submitted for publishing.

Property

StartTime

DateTime

Gets or sets the start time for the job.

Property

EndTime

DateTime

Gets or sets the time the publishing job finished.

Property

UserId

Integer

Gets or sets the ID of user who submitted the job.

Property

ComputerName

String

Gets or sets the name of the publishing server.

Property

Path

String

Gets or sets the file path to which the publishing server writes the output of the publish job.

Property

Priority

PublishPriority

Gets or sets the priority of the job.

Property

Status

PublishStatus

Gets or sets the status of the job in the publishing process.

Property

Message

String

Gets or sets the status message for the job.

Property

ProfileId

Integer

Gets or sets the identifier for the publishing profile object used by this job.

Property

ProfileDescription

String

Gets or sets the description of publishing profile used by this job.

Property

BookDescription

String

Gets or sets the description of the published book.

Property

Url

String

Gets or sets the server URL for the publishing job output.