仪表盘
版本库
文件存储
活动
搜索
登录
SuZhouGuanHong
/
ShanMeiXinNengYuan
陕煤新能源立库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
docs: add MES upload status tracking design spec
wanshenmean
昨天
406a7dd7ed6d1215b739a80453e2bbde0f8af643
[SuZhouGuanHong/ShanMeiXinNengYuan.git]
/
Code
/
WCS
/
WIDESEAWCS_Server
/
WIDESEAWCS_Tasks
/
RobotJob
/
Abstractions
/
IRobotNgLineCommandHandler.cs
1
2
3
4
5
6
7
8
9
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_Tasks.Workflow.Abstractions
{
public interface IRobotNgLineCommandHandler
{
Task<bool> HandleAsync(string message, RobotSocketState state);
}
}