Skip to content

Commit

Permalink
trigger next fire time
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Apr 1, 2011
1 parent 0716b93 commit 746ac83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QuartzNetWebConsole/Resources/triggerTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<th>Start time UTC</th>
<th>End time UTC</th>
<th>Final fire time UTC</th>
<th>Next fire time UTC</th>
<th>Repeat count</th>
<th>Repeat interval</th>
<th>Times triggered</th>
Expand All @@ -32,6 +33,7 @@
<td>$i.trigger.StartTimeUtc</td>
<td>$!i.trigger.EndTimeUtc</td>
<td>$!i.trigger.FinalFireTimeUtc</td>
<td>$!i.trigger.GetNextFireTimeUtc()</td>
<td>$!i.trigger.RepeatCount</td>
<td>$!i.trigger.RepeatInterval</td>
<td>$!i.trigger.TimesTriggered</td>
Expand Down
3 changes: 3 additions & 0 deletions SampleApp/SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NVelocity">
<HintPath>..\lib\NVelocity.dll</HintPath>
</Reference>
<Reference Include="Quartz, Version=1.0.2.3, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Quartz.dll</HintPath>
Expand Down

0 comments on commit 746ac83

Please sign in to comment.