Files
hcs/Hcs.WebApp/BackgroundServices/ResultGetters/ResultGetterResponse.cs

10 lines
163 B
C#

namespace Hcs.WebApp.BackgroundServices.ResultGetters
{
public enum ResultGetterResponse
{
NotReady,
Successful,
Failed
}
}