
public class AgentSignalHandlerService.AgentSignalHandlingCommandsForInnerNode extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Command to abort an action.
|
void |
stop(long timeHint)
Command to stop an action.
|
@Command(description="Abort current action",
type=SIGNAL,
category=CORE)
public void abort()
@Command(description="Stop current action with an expected max delay",
type=SIGNAL,
category=CORE)
public void stop(@Argument(name="timeHint",defaultValue="-1")
long timeHint)
throws HardwareException
timeHint - time limit for executionHardwareExceptionCopyright © 2020 LSST. All rights reserved.