initForm('execution', 'view', array('execution' => $executionId ), 'appIframe-execution'); $form->dom->btn($this->lang->execution->suspend)->click(); $form->dom->suspendSubmit->click(); $form->wait(3); if($form->dom->status->getText() != $this->lang->execution->statusList->suspended) return $this->failed('执行状态错误'); return $this->success('挂起执行成功'); } }