[][src]Function dart_sys::Dart_SetShouldPauseOnExit

pub unsafe extern "C" fn Dart_SetShouldPauseOnExit(should_pause: bool)

Override the VM flag --pause-isolates-on-exit for the current isolate.

\param should_pause Should the isolate be paused on exit?