[][src]Function dart_sys::Dart_SetPausedOnStart

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

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

\param paused Is the isolate paused on start?