You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPCResult{"When action=='status' and no scan is in progress", RPCResult::Type::NONE, "", ""},
2310
-
RPCResult{"When action=='status' and scan is in progress", RPCResult::Type::OBJ, "", "",
2308
+
RPCResult{"When action=='abort'", RPCResult::Type::BOOL, "success", "True if scan will be aborted (not necessarily before this RPC returns), or false if there is no scan to abort"},
2309
+
RPCResult{"When action=='status' and no scan is in progress - possibly already completed", RPCResult::Type::NONE, "", ""},
2310
+
RPCResult{"When action=='status' and a scan is currently in progress", RPCResult::Type::OBJ, "", "",
2311
2311
{
2312
-
{RPCResult::Type::NUM, "progress", "The scan progress"},
0 commit comments