public interface FFtask
| Modifier and Type | Method and Description |
|---|---|
boolean |
isProcessCompleted()
Checks if process is completed
|
boolean |
killRunningProcess()
Kill given running process
|
void |
sendQuitSignal()
Sends 'q' to the ff binary running process asynchronously
|
void sendQuitSignal()
boolean isProcessCompleted()
true if a process is runningboolean killRunningProcess()