Interface EmergencyStopTask
- All Known Implementing Classes:
ClusterJobEmergencyStopTask,HadoopJobEmergencyStopTask
public interface EmergencyStopTask
This interface define a task that will executed if the execution of the workflow fail.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Method Summary
-
Method Details
-
stop
void stop()Execute the stop task.
-