13 lines
182 B
C#
13 lines
182 B
C#
namespace RobotNet.RobotShares.Enums;
|
|
|
|
public enum TrafficSolutionState
|
|
{
|
|
None,
|
|
Complete,
|
|
Waitting,
|
|
GiveWay,
|
|
RefreshPath,
|
|
LoopResolve,
|
|
UnableResolve
|
|
}
|