submit method

Future<JobResult> submit()

Implementation

Future<JobResult> submit() async {
  return formSubmitJob.exec();
}