phytrace_agent_is_running

Function phytrace_agent_is_running 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn phytrace_agent_is_running( agent: *const PhyTraceAgentHandle, ) -> i32
Expand description

Check if the agent is currently running.

Returns 1 if running, 0 if not, PHYTRACE_ERR_NULL_PTR if agent is null.