public AbortablePipeline createJob(ResourceLoader res, int interface_type, Messenger reporter)
throws IOException
{
validate(reporter);
ModuleInstance job = new PipelineJob(this, res, interface_type, null, reporter);
return new AbortablePipeline(job);
}