RunInfo
A RunInfo object is passed on the callback function to provide information about the run.
A RunInfo object contains values for the following attributes:
| Attribute | Type | Description |
|---|---|---|
| starturl | String | The starturl passed to the Start call. |
| sessionid | String | The sessionid passed to the Start call. |
| jobid | String | The jobid passed to the Start call. |
| elementid | String | The elementid passed to the Start call. |
| options | RunOptions | The options object passed to the Start call. |
| hasbeeninteractive | Boolean | A boolean value that indicates whether any interaction was required to compose the document.
Based on this value, the business application may determine whether it makes sense to provide a button that leads the end user back
to the last Form of the interactive document composition process.
This attribute is available in case of
onruncompleted callback.
|