RobotNet/RobotNet.RobotShares/Enums/RefreshPathState.cs
2025-10-15 15:15:53 +07:00

10 lines
131 B
C#

namespace RobotNet.RobotShares.Enums;
public enum RefreshPathState
{
Created,
Refreshing,
Compeleted,
Error,
}