get_process_start_time

Function get_process_start_time 

Source
pub async fn get_process_start_time(
    client: &mut Client,
    process_id: &str,
) -> Result<DateTime<Utc>>
Expand description

Retrieves the start time of a process.

This function queries the processes table to get the start time for a given process_id.