objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "title": "cli.output.notification.api.Detached",
  "description": "Emitted by the parent process during `--detach` once the child has\nbeen spawned. Replaces the prior `println!(\"PID: {pid}\")`.\n\nWire: `{\"type\":\"notification\",\"pid\":12345}`.",
  "type": "object",
  "properties": {
    "pid": {
      "type": "integer",
      "minimum": 0,
      "maximum": 4294967295
    }
  }
}