Skip to content
Snippets Groups Projects
Commit 7fa0ead9 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Task #1418: Canceling all running timers when finish-state is entered.

parent 1a51bffc
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,7 @@ GCFEvent::TResult OnlineControl::finishing_state(GCFEvent& event, GCFPortInterfa
return (status);
}
itsInFinishState = true;
itsTimerPort->cancelAllTimers();
// update PVSS
itsPropertySet->setValue(PN_FSM_CURRENT_ACTION, GCFPVString("finished"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment