CommandResolveResult.success

Whether the resolution was successful (true) or not (false).

struct CommandResolveResult(UserDataT)
bool success;

Meta