[
  {
    "type": "run",
    "body": {
      "pid": 100,
      "basename": "001.sing.100",
      "command": [
        "sing",
        "ppap"
      ],
      "mode": "ProcessStartMode.NORMAL",
      "exitCode": 0
    }
  },
  {
    "type": "run",
    "body": {
      "pid": 101,
      "basename": "002.dance.101",
      "command": [
        "dance",
        "gangnam-style"
      ],
      "stdoutEncoding": "system",
      "stderrEncoding": "system",
      "exitCode": 2
    }
  },
  {
    "type": "can_run",
    "body": {
      "executable": "marathon",
      "result": true
    }
  }
]
