public class RemoveJobPlanBreakPoint extends XMLRequest
| Constructor and Description |
|---|
RemoveJobPlanBreakPoint(int runID)
Constructs a
RemoveJobPlanBreakPoint using the specified RunID. |
RemoveJobPlanBreakPoint(int parentRunID,
int lnr)
Constructs a
RemoveJobPlanBreakPoint using the specified parent RunID and Lnr. |
RemoveJobPlanBreakPoint(JobPlanMonitor.Task task)
Constructs a
RemoveJobPlanBreakPoint using the specified JobPlanMonitor task. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic RemoveJobPlanBreakPoint(int runID)
RemoveJobPlanBreakPoint using the specified RunID.runID - RunIDpublic RemoveJobPlanBreakPoint(int parentRunID,
int lnr)
RemoveJobPlanBreakPoint using the specified parent RunID and Lnr.parentRunID - RunID of the parent (workflow)lnr - Run number of the task in the Workflowpublic RemoveJobPlanBreakPoint(JobPlanMonitor.Task task)
RemoveJobPlanBreakPoint using the specified JobPlanMonitor task.task - Task in the Workflow monitorCopyright © 2021. All rights reserved.