arthas/tutorials/katacoda/case-async-jobs-en/run-cmd-in-backgd.md
2020-08-07 19:21:27 +08:00

239 B

For example, execute the trace command in the background:

trace demo.MathGame primeFactors &{{execute T2}}

By doing this, the current command is put to the background to run, you can continue to execute other commands in the console.