RunningJob
A complex data type that describes a job the Factory is currently processing.
Elements
IsSyncJob
Boolean. Specifies whether the job is synchronous. True if the job is synchronous, False if the job is asynchronous.
ConnectionHandle
Base64Binary. Optional. An 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. Optional. The ID of the synchronous report for which to retrieve information.
IsTransient
Boolean. Optional. Specifies whether the synchronous report is transient. True if the synchronous report is transient, False if the synchronous report is persistent.
IsProgressive
Boolean. Optional. Specifies whether progressive viewing is enabled. True if progressive viewing is enabled.
JobId
String. Optional. The ID of the asynchronous job.
Volume
String. Optional. The Encyclopedia volume on which the job originated.
ServerName
String. Optional. The node on which the job is running.
Owner
String. Optional. The name of the user who submitted the job.
ExecutableFileName
String. Optional. The fully qualified name of the executable file.
ExecutableVersionNumber
Long. Optional. The version number of the executable file.
ExecutableVersionName
String. Optional. The version name of the executable file.
ResourceGroup
String. Optional. The resource group for the job.
SubmissionTime
DateTime. Optional. The time at which the job was submitted to the server.
StartTime
DateTime. Optional. The time at which job execution started.
RunningTime
Long. Optional. The time elapsed since job execution started.
ExecutionTimeout
Long. Optional. The number of seconds remaining before job execution times out. The number is always zero (infinite) for asynchronous reports.
IsSyncFactory
Boolean. Optional. Specifies whether the Factory is running synchronous jobs. True if the Factory is running synchronous jobs, False if the Factory is running asynchronous jobs.
FactoryPid
Long. Optional. The process ID of the Factory.