[][src]Function dart_sys::Dart_SetPausedOnExit

pub unsafe extern "C" fn Dart_SetPausedOnExit(paused: bool)

Called when the embedder has paused the current isolate on exit and when the embedder has resumed the isolate.

\param paused Is the isolate paused on exit?