Functionsยง
- daemonize
- Daemonize the current process (Unix only) NOTE: This is a placeholder for Step 3. Actual daemon implementation will be done when we implement the HTTP server.
- delete_
pid_ file - Delete PID file
- is_
process_ running - Check if a process is running
- open_
browser - Open URL in default browser
- pid_
file_ path - Get PID file path for a Dashboard instance
- read_
pid_ file - Read PID from file
- stop_
process - Stop a process by PID
- write_
pid_ file - Write PID to file