Provides properties that contain information about a publishing job.
Properties
Name | Type | Description | |
JobId | Integer | Gets or sets the identifier for this job. | |
BookId | Integer | Gets or sets the identifier for the published book. | |
Format | Integer | Gets or sets the output format for the job. | |
SubmittedTime | DateTime | Gets or sets the time the job was submitted for publishing. | |
StartTime | DateTime | Gets or sets the start time for the job. | |
EndTime | DateTime | Gets or sets the time the publishing job finished. | |
UserId | Integer | Gets or sets the ID of user who submitted the job. | |
ComputerName | String | Gets or sets the name of the publishing server. | |
Path | String | Gets or sets the file path to which the publishing server writes the output of the publish job. | |
Priority | PublishPriority | Gets or sets the priority of the job. | |
Status | PublishStatus | Gets or sets the status of the job in the publishing process. | |
Message | String | Gets or sets the status message for the job. | |
ProfileId | Integer | Gets or sets the identifier for the publishing profile object used by this job. | |
ProfileDescription | String | Gets or sets the description of publishing profile used by this job. | |
BookDescription | String | Gets or sets the description of the published book. | |
Url | String | Gets or sets the server URL for the publishing job output. |