package com.breakersoft.plow; public class ExitStatus { public static final int SUCCESS = 0; public static final int FAIL = 1; }