| | |
| | | [DisallowConcurrentExecution] |
| | | public class AutoTaskJob : JobBase, IJob |
| | | { |
| | | LocationCreation Creation = new LocationCreation(); |
| | | /// <summary> |
| | | /// èªå¨ä»»å¡ |
| | | /// </summary> |
| | | Createplcinfodetail Creation = new Createplcinfodetail(); |
| | | public Task Execute(IJobExecutionContext context) |
| | | { |
| | | try |
| | |
| | | |
| | | private void DoAction(IJobExecutionContext context) |
| | | { |
| | | //throw new NotImplementedException(); |
| | | Creation.HCJCreation(); |
| | | StationTask.CreateTask(); |
| | | OutboundTask.CreateOutboundTask();//ä¼åååºåºé»è¾ |
| | | ReplaceTray.ReplaceTrayTask(); |
| | | RestockHCJ.HCJGetBarcode(); |
| | | EmptyTrayTask.CreateEmptyTrayTask(); |
| | | AutoUpdateWork.FinishMesWork(); |
| | | } |
| | | } |
| | | } |