fixed bugs Scheduler Service
This commit is contained in:
parent
d14b5fc01f
commit
20f4b371d1
30 changed files with 332 additions and 190 deletions
|
@ -45,7 +45,6 @@ namespace WebsitePanel.EnterpriseServer
|
|||
private DateTime toTime;
|
||||
private DateTime startTime;
|
||||
private DateTime lastRun;
|
||||
private DateTime lastFinish;
|
||||
private DateTime nextRun;
|
||||
private bool enabled;
|
||||
private string statusId;
|
||||
|
@ -122,12 +121,6 @@ namespace WebsitePanel.EnterpriseServer
|
|||
set { this.lastRun = value; }
|
||||
}
|
||||
|
||||
public System.DateTime LastFinish
|
||||
{
|
||||
get { return this.lastFinish; }
|
||||
set { this.lastFinish = value; }
|
||||
}
|
||||
|
||||
public System.DateTime NextRun
|
||||
{
|
||||
get { return this.nextRun; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue