PendingSyncJob
A complex data type that describes a job in the queue waiting for Factory processing.
Elements
ConnectionHandle
Base64Binary. An optional element that supports keeping a connection open to view a persistent report. If ConnectionHandle is present in the SOAP header, the system routes subsequent viewing requests to the same View service that returned the ConnectionHandle. If present, BIRT iHub System ignores the value of TargetVolume.
ObjectId
String. The ID of the synchronous report for which to retrieve information.
IsTransient
Boolean. True if the synchronous report is transient, False if the synchronous report is persistent.
Volume
String. The Encyclopedia volume on which the job originated.
ServerName
String. Optional. The node on which the job is pending.
Owner
String. Optional. The name of the user who submitted the job.
ExecutableFileName
String. Optional. The fully qualified name of the report executable file.
ExecutableVersionNumber
Long. Optional. The fully qualified version number of the report executable file.
ExecutableVersionName
String. Optional. The fully qualified version name of the report executable file.
SubmissionTime
DateTime. Optional. The time at which the job was submitted to the server.
PendingTime
Long. Optional. The number of seconds elapsed since the job entered the queue.
QueueTimeout
Long. Optional. The number of seconds remaining before the job is deleted from the queue.
QueuePosition
Long. Optional. The job’s position in the queue.