Fix demo info
Fix queue item status Added start&stop
This commit is contained in:
@@ -641,7 +641,7 @@ public static class ThreadsFunctions
|
||||
if (ncHandler.numericalControl.NC_IsConnected())
|
||||
{
|
||||
// Read data
|
||||
libraryError = ncHandler.GetSelectedProcessQueue(out List<DTOQueueModel> queue);
|
||||
libraryError = ncHandler.UpdateAndGetPPQueue(out List<DTOQueueModel> queue);
|
||||
if (libraryError.IsError())
|
||||
ManageLibraryError(libraryError);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user