success property

bool? success
final

Optional success flag. If set the process is complete. If null, the process associated with the command is still running.

Implementation

final bool? success;