PromptUser property |
Applies to
TIB_TimeoutProps
Declaration
Property PromptUser : dword;
Description
This is the point in time that IBO will actually get intrusive about
prompting the user to get on with their work and get the transaction closed.
The default behavior is to invoke the EndWithConfirm method if the
OnTimeoutPromptUser event is not assigned. If they choose cancel then nothing
will happen. They will be prompted again after the PromptUserRetry amount of
seconds have transpired.
It will probably be most appropriate that you plug in your own customized
algorithm for how you want to interact with the user of your application to get
them to resolve their transaction.