Changes between Version 19 and Version 20 of installation_QCG_Broker_Client

Show
Ignore:
Timestamp:
05/20/11 13:51:54 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • installation_QCG_Broker_Client

    v19 v20  
    245245||='''commit_job''' =|| `<jobId>` || allows to approve the job submitted with two phase commit mechanism to be processed by the system. The two phase commit mechanism can be used to register notifications before the processing of the job will be started by broker. || 
    246246||='''list_tasks''' =|| `<jobId>` `[<status>]` || lists tasks belonging to given job. Optionally it is possible to specify the task's status. Possible task statuses are listed below the table. || 
    247 ||='''tasks_statuses''' =|| `<jobId>` `<summary>` || lists tasks constituting the given job with their statuses. If the `summary` argument is `true` some kind of statistics is additionally displayed. || 
     247||='''tasks_statuses''' =|| `<jobId>` `[<summary>]` || lists tasks constituting the given job with their statuses. If the `summary` argument is `true` some additionall statistics is displayed. || 
    248248||='''register_job_notification''' || `<jobId>` `<url>` || registers notification consumer for the given job || 
    249249||='''list_job_notifications''' =|| `<jobId>` || lists notifications registered for the given job ||