public class UnregisterTask extends XMLRequest
If a Job waits for a group this request can be used to delete the entry.
| Constructor and Description |
|---|
UnregisterTask(int runID)
Constructs a
DeleteEntry using the specified RunID. |
UnregisterTask(int[] runIds)
Constructs multiple
DeleteEntry using the specified RunIDs. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic UnregisterTask(int runID)
DeleteEntry using the specified RunID.runID - RunIDpublic UnregisterTask(int[] runIds)
DeleteEntry using the specified RunIDs.runIds - Run IDs of the tasks to unregisterCopyright © 2021. All rights reserved.