Last modified by Thomas Mortagne on 2023/10/19 16:42

From version 4.1
edited by Thomas Mortagne
on 2018/03/20 10:49
Change comment: There is no comment for this version
To version 5.1
edited by Thomas Mortagne
on 2018/03/20 10:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,6 +8,8 @@
8 8  
9 9  On the Job side it means calling ##JobStatus#ask(myquestion)## which will block until the question is answered.
10 10  
11 +But this API is not restricted to the job itself, it can be used by a listener reacting to something a generic job has done for example. In such a use case you can use ##org.xwiki.job.JobContext## component to access the current job and its status.
12 +
11 11  = User interface =
12 12  
13 13  To make easier to provide UI for your job the Job module provide generic tools to show and answer a question and allow customizing and extending it in various ways.

Get Connected