Skip to main content

SYS_SILO_STOP

Constant SYS_SILO_STOP 

Source
pub const SYS_SILO_STOP: usize = 804; // 804usize
Expand description

Stop a silo gracefully (sends SIGTERM, waits for cleanup).

  • silo_id: silo to stop

Returns 0 on success, -ETIMEDOUT if the silo doesn’t stop in time.