Creates "Continuous settings" form element.
array $form: The job form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
\Drupal\tmgmt\Entity\Job $job: Continuous job.
array Continuous settings form elements
public function continuousSettingsForm(array &$form, FormStateInterface $form_state, Job $job);