public class SleepCommand extends AsciiSelfResponderCommandBase
LibraryCommandId
Constructor and Description |
---|
SleepCommand()
Initializes a new instance of the SleepCommand class
|
Modifier and Type | Method and Description |
---|---|
static SleepCommand |
synchronousCommand()
Returns a new instance of the SleepCommand class that will execute synchronously (as its own responder)
|
buildCommandLine, getMaxSynchronousWaitTime, getSynchronousCommandResponder, setMaxSynchronousWaitTime, setSynchronousCommandResponder
captureNonLibraryResponses, processReceivedLine, setCaptureNonLibraryResponses
clearLastResponse, getCommandLine, getCommandName, getResponseLifecycleDelegate, getResponseStarted, isResponseFinished, parseParameters, processReceivedLine, responseDidFinish, responseDidReceiveParameter, responseDidStart, setCommandName, setResponseLifecycleDelegate, setResponseStarted, splitParameters
appendToMessages, appendToParameters, appendToResponse, getErrorCode, getMessages, getParameters, getResponse, isSuccessful, setErrorCode, setIsSuccessful, setResponse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandLine, getCommandName
public SleepCommand()
public static SleepCommand synchronousCommand()