ここでは、window_resizer.ps1に「-WindowProcessList」というパラメータを追加してみよう。このパラメータは、引数を取らずに単体で使用するものとする。window_resizer.ps1のパラメータリストに、次のように「WindowProcessList」というパラメータを追加する ...
window_move.ps1は、ほとんどwindow_resizer.ps1を流用することができる。書き換えた結果は、次のようになる。 #!/usr/bin/env pwsh ...
複数のアプリケーションが連動したプログラムを作成する場合、任意のタイミングでそのプロセスをキル(強制終了)したいときがある。例えば、例外が発生した場合は、立ち上がっているプロセスをキルというイメージである。 今回は、C#を使用して任意 ...
stage.json doesn't extract execution_processId or execution_processName like Loki does when piping the log through JSON. I think that execution has to run through its own stage.json to break it out.