pub unsafe extern "C" fn PxScene_checkResults_mut(
    self_: *mut PxScene,
    block: bool
) -> bool
Expand description

This checks to see if the simulation run has completed.

This does not cause the data available for reading to be updated with the results of the simulation, it is simply a status check. The bool will allow it to either return immediately or block waiting for the condition to be met so that it can return true

True if the results are available.