done property

Future<void> done
latefinal

A future that completes when the script is finished.

Throws any Dart exceptions that come up when running this Script, and throws a ScriptException if the Script completes with a non-zero exit code.

Implementation

late final Future<void> done;