public class CancelTask extends XMLRequest
If a message is returned from the server the getMessageBox
method returns the corresponding message.
| Constructor and Description |
|---|
CancelTask(int[] runIds,
boolean recursive)
Constructs a
CancelTask using multiple RunIds. |
CancelTask(int runID,
boolean recursive)
Constructs a
CancelTask using the specified RunID. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic CancelTask(int runID,
boolean recursive)
CancelTask using the specified RunID.runID - RunID of the taskrecursive - Also cancel sub taskspublic CancelTask(int[] runIds,
boolean recursive)
CancelTask using multiple RunIds.runIds - RunIds of the selected taskrecursive - Also cancel sub tasksCopyright © 2021. All rights reserved.