[OGo-Developer] LSJob (instance) does not recognize setNotificationTime:

Sebastian Reitenbach developer@opengroupware.org
Tue, 13 Mar 2007 12:10:58 +0100


developer@opengroupware.org wrote: 
> On Mar 13, 2007, at 06:50, Sebastian Reitenbach wrote:
> > How do I get the tool to send a COMMIT transaction to the database?
> 
> Well, what about committing your transaction?
> 
>    if ([cmdctx commit])
>      ...
>    else
>      ...
> 
I saw a transaction begin and transaction commit on when the other commands did
run, so I 
assumed that would be the same when I use job::set, but obviously they are a bit
different. 
I'll try later in the evening, but this looks like it will work.

Thanks
Sebastian