Definition at line 273 of file tester_main.cc.
◆ ScriptCompletionTaskObserver()
Definition at line 275 of file tester_main.cc.
279 main_task_runner_(std::move(main_task_runner)),
280 run_forever_(run_forever) {}
◆ DidProcessTask()
void flutter::ScriptCompletionTaskObserver::DidProcessTask |
( |
| ) |
|
|
inline |
Definition at line 286 of file tester_main.cc.
286 {
289
290
291 return;
292 }
293
294 if (run_forever_) {
295
296
297 return;
298 }
299
300 if (!has_terminated_) {
301
302 has_terminated_ = true;
305 });
306 }
307 }
std::optional< DartErrorCode > GetUIIsolateLastError() const
Used by embedders to get the last error from the Dart UI Isolate, if one exists.
bool EngineHasLivePorts() const
Used by embedders to check if the Engine is running and has any live ports remaining....
static FML_EMBEDDER_ONLY MessageLoop & GetCurrent()
static void RunNowOrPostTask(const fml::RefPtr< fml::TaskRunner > &runner, const fml::closure &task)
◆ GetExitCodeForLastError()
int flutter::ScriptCompletionTaskObserver::GetExitCodeForLastError |
( |
| ) |
const |
|
inline |
Definition at line 282 of file tester_main.cc.
282 {
284 }
@ NoError
No error has occurred.
The documentation for this class was generated from the following file: