Contains the state of a call continuation.
The only really important property is the continuation ID, which should
contain the ID of the continuation context that was active when the call
was triggered.
The state property is totally optional and is there to be used in case
other state needs to be preserved for a call continuation. RIFE's web
engine, for instance, uses it to tie an element's execution state to a call
continuation.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3812 $ since: 1.6 |