[−][src]Trait heim_process::os::windows::ProcessExt
This is supported on Windows only.
Windows-specific extension to Process.
Required methods
#[must_use]pub fn priority<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = ProcessResult<Priority>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
[src]
&'life0 self
) -> Pin<Box<dyn Future<Output = ProcessResult<Priority>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Get process priority.
#[must_use]pub fn set_priority<'life0, 'async_trait>(
&'life0 self,
value: Priority
) -> Pin<Box<dyn Future<Output = ProcessResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
[src]
&'life0 self,
value: Priority
) -> Pin<Box<dyn Future<Output = ProcessResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Set process priority.