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
It's a bit cleaner to return an enum value for the termination status, and then have optionally a status string that prints a message, so result[:status] == TIME_LIMIT_REACHED result[:status_string] == "time limit reached"
The text was updated successfully, but these errors were encountered:
It's a bit cleaner to return an enum value for the termination status, and then have optionally a status string that prints a message, so
result[:status] == TIME_LIMIT_REACHED
result[:status_string] == "time limit reached"
The text was updated successfully, but these errors were encountered: