Variable: NativeSupervisorStopSchema
Makaio Framework / contracts/native-session-supervisor / NativeSupervisorStopSchema
Variable: NativeSupervisorStopSchema
Section titled “Variable: NativeSupervisorStopSchema”
constNativeSupervisorStopSchema:object
Defined in: ../../../packages/contracts/src/native-session-supervisor/schemas.ts:167
Request and response schemas for native-session-supervisor.stop.
Stops a supervised runtime process identified by its supervisor session ID.
Subject: native-session-supervisor.stop
Type: Request (RPC)
Type Declaration
Section titled “Type Declaration”request
Section titled “request”request:
ZodObject<{signal:ZodOptional<ZodString>;supervisorSessionId:ZodString; },$strip>
response
Section titled “response”response:
ZodObject<{success:ZodBoolean; },$strip>