001package com.credibledoc.substitution.reporting.tracking; 002 003/** 004 * Represents result of watching some directory to changes. 005 * 006 * @author Kyrylo Semenko 007 */ 008public enum TrackingResult { 009 SUCCESSFUL, 010 FAILED 011}