public class MonitoringCommands extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
pauseMonitoringTasks() |
String |
printTasksToPauseDuringReadout() |
String |
printTasksToTriggerAfterReadout() |
void |
resumeMonitoringTasks() |
void |
triggerMonitoringTasks() |
@Command(description="Print the list of tasks that will be paused during readout",
type=QUERY,
level=0)
public String printTasksToPauseDuringReadout()
@Command(description="Print the list of tasks that will be triggered after readout",
type=QUERY,
level=0)
public String printTasksToTriggerAfterReadout()
@Command(description="Pause monitoring tasks",
type=ACTION,
level=0)
public void pauseMonitoringTasks()
@Command(description="Resume monitoring tasks",
type=ACTION,
level=0)
public void resumeMonitoringTasks()
@Command(description="Trigger monitoring tasks",
type=ACTION,
level=0)
public void triggerMonitoringTasks()
Copyright © 2023 LSST. All rights reserved.