* @return the number of rows changed. It is 1, if successful, 0 otherwise.
* @see com.acelet.s.chore.WorkingChore
*/
public static int updateWorkingChore(Connection connection, WorkingChore workingChore)
throws Exception {
return new ChoreProcess(connection).updateWorkingChore(workingChore);
}