pub(crate) async fn call_startup_driver(
client: &mut RobonixLifecycleDriverClient<Channel>,
command: u32,
) -> Result<String>Expand description
Invoke one startup lifecycle command through the real generated Driver RPC
and reject an ok=false response as a startup failure.