public void DeleteSchedulerJob( System.string jobId, System.bool throwExceptionIfNotFound )
Parameters
- jobId
- The ID of the job to delete.
- throwExceptionIfNotFound
- If True (default), an exception is thrown if the jobId cannot be found by any of the Scheduler Services. If False, no exception will be thrown if the job cannot be found.