Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section describes the four different APL sessionIterator functions. They can be used both for Real Time and Batch workflows.
An iterator is started with sessionIteratorCreate, and is ended by using sessionIteratorNext or aborted using sessionIteratorDestroy.

  • sessionIteratorCreate
  • sessessionIteratorNextsessionIteratorNext
  • sessionIteratorErrorCount
  • sessionIteratorDestroy

...

Code Block
any sessionIteratorCreate( string profileName )

...

sessionIteratorNext

Returns the next session or null if the full session storage has been traversed.

...