File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Scheduled commands are different from queued commands.
66A command is queued when it is desirable to run the command once, as soon as possible.
77Queued commands are typically configured right before being dispatched.
88A command is scheduled when is it is desirable to run the command many times, on a definite schedule.
9+ Scheduled commands are configured when their schedule is defined, in code.
910
1011InEngine.NET takes a strictly programmatic approach to defining a schedule.
1112A command schedule is defined in code, not in an external data store.
Original file line number Diff line number Diff line change @@ -640,7 +640,8 @@ <h1 id="scheduling">Scheduling<a class="headerlink" href="#scheduling" title="Pe
640640< p > Scheduled commands are different from queued commands.
641641A command is queued when it is desirable to run the command once, as soon as possible.
642642Queued commands are typically configured right before being dispatched.
643- A command is scheduled when is it is desirable to run the command many times, on a definite schedule.</ p >
643+ A command is scheduled when is it is desirable to run the command many times, on a definite schedule.
644+ Scheduled commands are configured when their schedule is defined, in code. </ p >
644645< p > InEngine.NET takes a strictly programmatic approach to defining a schedule.
645646A command schedule is defined in code, not in an external data store.
646647There are several advantages to this approach.
You can’t perform that action at this time.
0 commit comments