Showdan.Net
c# client for the shodan api
StatusEnum.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Threading.Tasks;
5 
6 namespace Shodan.Net.Models.Options
7 {
8  public enum StatusEnum
9  {
10  SUBMITTING,
11  QUEUE,
12  PROCESSING,
13  DONE
14  }
15 }