Changed: All ExecutionCommands not managed by TermuxShellManager should have id -1
This commit is contained in:
@@ -140,7 +140,8 @@ public class ExecutionCommand {
|
||||
|
||||
}
|
||||
|
||||
/** The optional unique id for the {@link ExecutionCommand}. */
|
||||
/** The optional unique id for the {@link ExecutionCommand}. This should equal -1 if execution
|
||||
* command is not going to be managed by a shell manager. */
|
||||
public Integer id;
|
||||
|
||||
/** The process id of command. */
|
||||
|
||||
Reference in New Issue
Block a user