com.dtolabs.rundeck.core.dispatcher
Interface ExecutionFollowRequest


public interface ExecutionFollowRequest

ExecutionFollowRequest describes an initial request for execution log output.


Method Summary
 boolean isResume()
          Return true if the execution should resume from the end, and false to start at the beginning.
 

Method Detail

isResume

boolean isResume()
Return true if the execution should resume from the end, and false to start at the beginning.