Home | History | Annotate | Download | only in tasks

Lines Matching defs:currentCommand

51     private Command currentCommand;
79 currentCommand = createActionCommand(action, skipPast, monitorPort(-1));
81 currentCommand.start();
87 currentCommand.scheduleTimeout(timeoutSeconds);
93 : hostMonitor.followStream(currentCommand.getInputStream());
114 + "timedOut=" + currentCommand.timedOut() + "\n"
117 + "command=" + currentCommand));
127 currentCommand.destroy();
128 currentCommand = null;
188 Command command = currentCommand;
205 Command command = currentCommand;