[][src]Function dart_sys::Dart_SetShouldPauseOnStart

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

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

\param should_pause Should the isolate be paused on start?

NOTE: This must be called before Dart_IsolateMakeRunnable.