Represents the executing body block of {@link Step}.
As a representation of asynchronous computation, this object implements {@link Future}, so that you can cancel the execution, install a listener, etc.
@author Kohsuke Kawaguchi
@see StepContext#invokeBodyLater(Object)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.