How to show waiting or holding state in flow chart?

D

Dr Arcane

How can one show a holding state or waiting state in a flow chart? I am
trying to illustrate that the polling of a decision point may have to be made
several times before you achieve conditions to proceed? I prefer to avoid
simple looping through the symbol because I want to emphasize that a holding
state is generated prior to trying the decision again.

Thanks
 
P

Paul Herber

How can one show a holding state or waiting state in a flow chart? I am
trying to illustrate that the polling of a decision point may have to be made
several times before you achieve conditions to proceed? I prefer to avoid
simple looping through the symbol because I want to emphasize that a holding
state is generated prior to trying the decision again.

Start a timer and wait for the timer to timeout before executing the
poll.

Re-reading your question I'm guessing that this isn't a software
flowchart. Similar idea though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top