Interface RunTask

All Superinterfaces:
ExecTask<Integer,RunTask>, Task<Integer,RunTask>

public interface RunTask extends ExecTask<Integer,RunTask>

Runs the project in a separate process and wait for the application to stop.

Since:
1.4
Author:
Jeremy Kuhn