success property

bool success

本次任务请求是否成功

用户接口协议约定的请求结果, 即Work.onRequestResult返回的结果, 并非http的请求结果,但是http请求失败时该值总是返回false

Implementation

bool get success => _success;