docs: improve os.ProcessState markdown rendering (#12245)
							parent
							
								
									ff02c19827
								
							
						
					
					
						commit
						5607224be6
					
				|  | @ -1,11 +1,11 @@ | ||||||
| module os | module os | ||||||
| 
 | 
 | ||||||
| // ProcessState.not_started - the process has not yet started
 | // - ProcessState.not_started - the process has not yet started
 | ||||||
| // ProcessState.running - the process is currently running
 | // - ProcessState.running - the process is currently running
 | ||||||
| // ProcessState.stopped - the process was running, but was stopped temporarily
 | // - ProcessState.stopped - the process was running, but was stopped temporarily
 | ||||||
| // ProcessState.exited - the process has finished/exited
 | // - ProcessState.exited - the process has finished/exited
 | ||||||
| // ProcessState.aborted - the process was terminated by a signal
 | // - ProcessState.aborted - the process was terminated by a signal
 | ||||||
| // ProcessState.closed - the process resources like opened file descriptors were freed/discarded, final state.
 | // - ProcessState.closed - the process resources like opened file descriptors were freed/discarded, final state.
 | ||||||
| pub enum ProcessState { | pub enum ProcessState { | ||||||
| 	not_started | 	not_started | ||||||
| 	running | 	running | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue