Class Index | File Index

Classes


Class finesse.restservices.MediaDialog.TaskActions

Set of action constants for a Media Dialog. These should be used for finesse.restservices.MediaDialog#setTaskState.
Defined in: finesse.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Accept an incoming task.
 
End a task.
 
Pause work on an active task.
 
Resume work on a paused task.
 
Start work on a task.
 
Transfer task to another target.
 
Wrap up work for a task.
Class Detail
finesse.restservices.MediaDialog.TaskActions()
Field Detail
ACCEPT
Accept an incoming task.

CLOSE
End a task.

PAUSE
Pause work on an active task.

RESUME
Resume work on a paused task.

START
Start work on a task.

TRANSFER
Transfer task to another target.

WRAP_UP
Wrap up work for a task.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Nov 06 2017 08:00:55 GMT-0500 (EST)