Changed: All ExecutionCommands not managed by TermuxShellManager should have id -1

This commit is contained in:
agnostic-apollo
2022-06-11 19:25:45 +05:00
parent 2998558e9f
commit 29d05cc72c
3 changed files with 5 additions and 4 deletions

View File

@@ -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. */