Пример #1
0
 /**
 * 获取任务状态
 * @return array
 * <code>
 * array(
     'tasks' => array(
 *     'ebc6b85f55b547e18a07cccd867fb961' => '100'
 *   ),
 *   'count' => 1
 * )
 * </code>
 */
 public function getTasksStatus()
 {
     return $this->sugar->getTasksStatus($this->taskIds, $this->bucketName);
 }
Пример #2
0
 /**
  * 获取接口返回的任务IDS
  * @return array
  */
 public function getTaskIds()
 {
     return $this->sugar->getTaskIds();
 }