com.apama.memorystore
Event Finished


Sent to the application when an asynchronous activity has finished.
Member summary
 integerid

A unique identifier for the operation that has completed, which will have been returned by the action that initiated the operation.
 booleansuccess

True if the operation succeeded.
 stringstatus

An optional status or error message providing more detail about why the operation succeeded or failed.
 
Member detail

id

            integer id
        
A unique identifier for the operation that has completed, which will have been returned by the action that initiated the operation.

status

            string status
        
An optional status or error message providing more detail about why the operation succeeded or failed.

success

            boolean success
        
True if the operation succeeded.