isSuccess property

bool get isSuccess

Whether the host reports successful completion.

Implementation

bool get isSuccess => status == HostActionStatus.success;