Skip to content

Commit 8885729

Browse files
committed
Update docs
1 parent b64946d commit 8885729

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs-src/scheduling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Scheduled commands are different from queued commands.
66
A command is queued when it is desirable to run the command once, as soon as possible.
77
Queued commands are typically configured right before being dispatched.
88
A 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

1011
InEngine.NET takes a strictly programmatic approach to defining a schedule.
1112
A command schedule is defined in code, not in an external data store.

docs/scheduling/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
641641
A command is queued when it is desirable to run the command once, as soon as possible.
642642
Queued 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.
645646
A command schedule is defined in code, not in an external data store.
646647
There are several advantages to this approach.

0 commit comments

Comments
 (0)