Variable: SupervisorRuntimeSnapshotSchema
Makaio Framework / contracts/native-session-supervisor / SupervisorRuntimeSnapshotSchema
Variable: SupervisorRuntimeSnapshotSchema
Section titled “Variable: SupervisorRuntimeSnapshotSchema”
constSupervisorRuntimeSnapshotSchema:ZodObject<{adapterSessionId:ZodOptional<ZodString>;clientId:ZodString;cwd:ZodString;pid:ZodNullable<ZodNumber>;sessionId:ZodOptional<ZodString>;startedAt:ZodNumber;status:ZodEnum<{exited:"exited";running:"running";stopped:"stopped";unknown:"unknown"; }>;stoppedAt:ZodOptional<ZodNumber>;supervisorSessionId:ZodString; },$strip>
Defined in: ../../../packages/contracts/src/native-session-supervisor/schemas.ts:197
A snapshot of a single supervised runtime returned by the status query.