Skip to content

probe-web / @probe-web/client / wire / MonitorExitReason

Type Alias: MonitorExitReason

ts
type MonitorExitReason = 
  | "UserExit"
  | {
  SemihostingExit:   | {
     Ok: null;
   }
     | {
     Err: SemihostingExitError;
   };
}
  | {
  Halted: WireHaltReason;
};

Defined in: wire.ts:532

probe-rs-rpc MonitorExitReason.