From Bright Pattern Documentation
Jump to: navigation, search
(Created new topic from branched topic Documentation:ServicePattern:desktop-integration-api-net-version-tutorial:WrappingUpAfter-callWork:5.1)
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Wrapping Up After-call Work=
+
= Wrapping Up After-call Work=
  
 
Depending on the service configuration, agent state may be changed to After-call Work after the call is disconnected.
 
Depending on the service configuration, agent state may be changed to After-call Work after the call is disconnected.
Line 17: Line 17:
  
 
<center>[[desktop-integration-api-net-version-tutorial/CallStates|< Previous]]  |  [[desktop-integration-api-net-version-tutorial/EnteringDispositionsandNotes|Next >]]</center>
 
<center>[[desktop-integration-api-net-version-tutorial/CallStates|< Previous]]  |  [[desktop-integration-api-net-version-tutorial/EnteringDispositionsandNotes|Next >]]</center>
</translate>
 

Latest revision as of 04:31, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Wrapping Up After-call Work

Depending on the service configuration, agent state may be changed to After-call Work after the call is disconnected.

For manual completion of interaction while in After-call Work, use this method for the Item object:

public void complete();

The following event will be raised when the interaction is completed:

public event ItemCompletedCallback itemCompletedCallback;

Note that the same event will be raised if the interaction is finished automatically (by timeout).



< Previous | Next >
< Previous | Next >