public class ResumeTask extends XMLRequest
| Constructor and Description |
|---|
ResumeTask(int runID,
boolean recursive)
Constructs a
GoTask using the specified RunID. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic ResumeTask(int runID,
boolean recursive)
GoTask using the specified RunID.
If the flag recursive is set to true
also the stopped children of this task are set to active again.runID - RunID of the taskrecursive - if true GO is also used for childs of this RunID