private static bool IsSuccessType(SendCommandResultType type)
 {
     return type.IsOneOf(SendCommandResultType.Accepted, SendCommandResultType.Completed);
 }
Exemple #2
0
 private static bool IsSuccessType(SendCommandResultType type)
 {
     return(type.IsOneOf(SendCommandResultType.Accepted, SendCommandResultType.Completed));
 }