WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs
@@ -168,6 +168,9 @@ /// </summary> public bool IsEventSubscribed => StackerCraneTaskCompletedEventHandler != null; /// <summary> /// 上一次任务的类型 /// </summary> public int? LastTaskType { get; set; } = null; #endregion @@ -468,7 +471,9 @@ return Communicator.WriteObj(devicePro.DeviceProAddress, devicePro.DeviceDataType, value); } // 实现IDisposable接口的Dispose方法 /// <summary> /// 实现IDisposable接口的Dispose方法 /// </summary> public void Dispose() { // 将_heartStatr设置为false