RunInfo

A RunInfo object is passed on the callback function to pass information about the run. A RunInfo object contain values for the following attributes:

  • 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.

In case of the onruncompleted callback, the following attribute is also available:

  • 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 to provide a button that leads the end user back to the last form of the interactive document composition.