menu
omnyshell package
documentation
omnyshell_client_web.dart
CommandExecution
exitCode property
exitCode property
dark_mode
light_mode
exitCode
property
Future
<
int
>
exitCode
final
Completes with the process exit code once it finishes.
Implementation
final Future<int> exitCode;
omnyshell package
documentation
omnyshell_client_web
CommandExecution
exitCode property
CommandExecution class