Expand description
§ProcessCommand
Tauri commands for Wind’s ProcessPolyfill. These are invoked directly (not through MountainIPCInvoke) as separate Tauri commands: process:get_exec_path, process:get_platform, etc.
Functions§
- process_
get_ arch - Get the CPU architecture.
- process_
get_ exec_ path - Get the executable path of the current process.
- process_
get_ memory_ info - Get process memory information. Returns private, shared, and residentSet memory in bytes.
- process_
get_ pid - Get the process ID.
- process_
get_ platform - Get the current platform identifier.
- process_
get_ shell_ env - Get the shell environment variables. Returns the full environment of the Mountain process, which inherits the user’s shell environment on all platforms.