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