Job Run

Monitor the created job or initialize the job. This process will not start before activate the job.

{% if train_process == 'start' %}
{% endif %} {% if train_process == 'stop' %} {% endif %}
{% if train_status == 'in_progress' %}
{{ train_precent }}%
{% endif %} {% if train_status == 'init' %}
ACTIVATE JOB!! Then It will start at {{ train_date }}
{% endif %} {% if train_status == 'waiting' %}
WAITING!!! Job will start at {{ train_date }}
{% endif %}
{% if prediction_process == 'start' %} {% endif %} {% if prediction_process == 'stop' %} {% endif %}
{% if prediction_status == 'in_progress' %}
{{ prediction_precent }}%
{% endif %} {% if prediction_status == 'init' %}
ACTIVATE JOB!! Then It will start at {{ prediction_date }}
{% endif %} {% if prediction_status == 'waiting' %}
WAITING!!! Job will start at {{ prediction_date }}
{% endif %}
{% if tuning_process == 'start' %} {% endif %} {% if tuning_process == 'stop' %} {% endif %}
{% if tuning_status == 'in_progress' %}
{{ tuning_percent }}%
{% endif %} {% if tuning_status == 'init' %}
ACTIVATE JOB!! Then It will start at {{ tuning_date }}
{% endif %} {% if tuning_status == 'waiting' %}
WAITING!!! Job will start at {{ tuning_date }}
{% endif %}
{% if exception != '' %} {% endif %}