Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Command Reference


7.4.13  Constants used for waiting

Organization of this subsection

(1) WaitMethod

This constant indicates a condition under which a unit waits for the end of other units.

The following table lists and describes the character string constants for the Waitmethod constant.

Table 7‒86: List of the character string constants for the Waitmethod constant

Constant

Description

AND

The job waits until the execution of all other units ends.

OR

The job waits until the execution of one of the other units ends.

(2) WaitingAction

This constant indicates the action of a unit with wait conditions.

The following table lists and describes the character string constants for the WaitingAction constant.

Table 7‒87: List of the character string constants for the WaitingAction constant

Constant

Description

EXECUTE

Indicates that the execution of a unit with wait conditions starts.

NOT_EXECUTE

Indicates that the execution of a unit with wait conditions does not start.

NOT_EXECUTE_DEFFER

Indicates that the execution of a unit with wait conditions does not start. However, if the execution generation is in the Skipped so not exe. status, execution of the unit starts.

(3) WaitingStatus

This constant indicates the waiting statuses of a unit with wait conditions and its waiting-target units.

The following table lists and describes the character string constants for the Waitingstatus constant.

Table 7‒88: List of the character string constants for the Waitingstatus constant

Constant

Description

INCOMPLETE

Indicates that the relevant units are in the Wait incomplete status.

INCOMPLETE_MANUALLY

Indicates that the relevant units are in the Wait incomplete (manual) status.

INCOMPLETE_RERUN

Indicates that the relevant units are in the Wait incomplete (rerun) status.

COMPLETE

Indicates that the relevant units are in the Wait complete status.

COMPLETE_MANUALLY

Indicates that the relevant units are in the Wait complete (manual) status.

(4) WaitingStatusAction

This constant indicates whether waiting is enabled or disabled.

The following table lists and describes the character string constants for the WaitingStatusAction constant.

Table 7‒89: List of the character string constants for the WaitingStatusAction constant

Constant

Description

ENABLE

Indicates that waiting is enabled.

DISABLE

Indicates that waiting is disabled.