Property | Type | Description | |
---|---|---|---|
CronDaemon | |||
JobDatabasePath | string | ||
JobList | JobModel>.ConcurrentDictionary | ||
JobScriptsPath | string |
Method | Description | |
---|---|---|
AddJobs ( ) : void | ||
AddOrUpdateJob ( System.Guid id, |
||
ConfigureJobs ( ) : void | ||
CronJobService ( string jobDatabasePath, string jobScriptsPath ) : System | ||
RemoveJob ( System.Guid id ) : bool | ||
Save ( ) : void | ||
ShutDown ( ) : void | ||
Start ( ) : void | ||
Status ( ) : bool |
public AddOrUpdateJob ( System.Guid id, |
||
id | System.Guid | |
job | ||
return | void |
public CronJobService ( string jobDatabasePath, string jobScriptsPath ) : System | ||
jobDatabasePath | string | |
jobScriptsPath | string | |
return | System |
public static CronDaemon,UlteriusServer.Api.Services.LocalSystem.Daemons CronDaemon | ||
return |
public ConcurrentDictionary |
||
return | JobModel>.ConcurrentDictionary |