Pandora - Delete Transaction

From SmartWiki
Jump to: navigation, search

This function will delete a single transaction record.

trans_delete(flag,callbackfunc,transid)
Parameter Description
Flag Asynchronous processing Flag

Set to False for synchronous processing.

Set to True for asynchronous processing.

Callbackfunc User created Java function to manage the callback from an asynchronous function.
transid transid of the object to be deleted from the system.
Returns