This does not work during disposal
Task is running and posting status to the ToolStripStatusLabel with halt condition on disposed
Form closing contains proper waits from task to end
Inside of posting text containing the above suggest and guards for closing flag and IsDisposing/IsDisposed checks, but the "Cannot access a disposed object" exception was thrown.