Orchard
Orchard copied to clipboard
JobsQueue has error
when i stoped the jobs,it still in running; the bug is that public class JobsQueueSettingsPart : ContentPart {
public JobsQueueStatus Status {
get { return this.Retrieve(x => x.Status); }
set { this.Store(x => x.Status, value); }
}
}
the Status property was not used.