com.dtolabs.rundeck.core.dispatcher
Interface ExecutionFollowResult


public interface ExecutionFollowResult

ExecutionFollowResult describes the result of the last log output received


Method Summary
 ExecutionState getState()
          Return the execution state
 boolean isLogComplete()
          Return true if the log output was loaded completely
 boolean isReceiverFinished()
          Return true if the ExecutionFollowReceiver halted the follow request by returning false.
 

Method Detail

isLogComplete

boolean isLogComplete()
Return true if the log output was loaded completely


getState

ExecutionState getState()
Return the execution state


isReceiverFinished

boolean isReceiverFinished()
Return true if the ExecutionFollowReceiver halted the follow request by returning false.