Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have created a custom job processor task in Vault. I would like this task to be executed periodically - once a day. I am adding a scheduled task using JobService.AddScheduledJob. Is it possible to add/remove such a scheduled task from the Vault UI? When I try to manually remove this task from the job queue, it returns after the time interval I set as the task's execution frequency.
For testing purposes, I set the task frequency to 1 minute. I am adding the task in the following way:
vaultConnection.WebServiceManager.JobService.AddScheduledJob(
iLogicJobTypeName, String.Format($"Aktualizacja Content Center: {iLogicJobTypeName}"),
mParamList, 10, DateTime.Now, 1);
Solved! Go to Solution.
