Timer Question
In tmrGetTasks_Tick() event code checks
- m_AsyncTasksResult.IsCompleted == true
- CType(m_AsyncTasksResult.AsyncState, IAsyncResult).IsCompleted
What is the significance of send check?
Why similar check is not done in tmrGetProjectHistory_Tick() ?
Thanks,

