public override bool OnStartJob(JobParameters @params) { var jobIdentifier = @params.GetShinyJobId(); ShinyHost .Resolve <IJobManager>() .Run(jobIdentifier, this.cancelSrc.Token) .ContinueWith(x => this.JobFinished(@params, false)); return(true); }