v8.0.0-dev.27
Pre-release
Pre-release
·
1789 commits
to master
since this release
-
Core
- Made OperationResult.Elapsed/PercentCompleted virtual to override in JobResult.
-
Scheduling
- Added JobInfo/JobInfoId in IJobResult.
- Added ISchedulerClient.CancelJobInfoAsync for cancelling all jobs and triggers related to a job info.
- InMemoryScheduler now removes from the active jobs the completed ones.
- InMemoryScheduler, upon startup, sets the StartedAt property and upon completion sets the EndedAt and PercentCompleted.
- Added support for friendly name in the RuntimeFuncJobInfo.
-
Scheduling.Endpoints
- Added GetRunningJobs and GetScheduledJobs endpoints