call: TriggerExpectedEndTime();
Input:
Output:
For the prediction of an estimated time of completion, there are 2 functions available in the AFSM e.g.; TriggerExpectedEndTime and ExpectedEndTime. The function TriggerExpectedEndTime must be called in the state before the next state containing a process where the end of completion has te be determined. See also ExpectedEndTime.
Example:
…..
TriggerExpectedEndTime();
TransitionToState (“EmptyTank”);
…
