7.4.5 Constants used by the status information object
- Organization of this subsection
(1) ChangeType
This constant indicates whether the plan was temporarily changed.
The following table lists and describes the character string constants for the ChangeType constant.
|
Constant |
Description |
|---|---|
|
NONE |
Indicates that there is no unit. |
|
UNSUPPORTED |
Indicates an unsupported type. |
|
NO |
Indicates that there was no plan change. |
|
TIME |
Indicates that the time was changed. |
|
CANCEL |
Indicates that the execution was canceled. |
|
MOVEMENT |
Indicates that there was a linked change (the start time was changed due to a plan change). |
(2) HoldAttr
This constant indicates the hold attribute.
The following table lists and describes the character string constants for the HoldAttr constant.
|
Constant |
Description |
|---|---|
|
NONE |
Indicates that there is no unit. |
|
UNSUPPORTED |
Indicates an unsupported type. |
|
NO |
Indicates that the definition is followed (do not hold). |
|
YES |
Indicates that the definition is followed (hold). |
|
YES_ERR |
Indicates that the definition is followed (hold only if an error occurred the previous time). |
|
YES_WAR |
Indicates that the definition is followed (hold only if an error warning was issued the previous time). |
|
HOLD |
Indicates that there is holding. |
|
RELEASE |
Indicates that there is no holding. |
(3) TimeType
This constant indicates the time type for the valid range of the start condition.
The following table lists and describes the character string constants for the TimeType constant.
|
Constant |
Description |
|---|---|
|
NONE |
Indicates that there is no unit. |
|
UNSUPPORTED |
Indicates an unsupported type. |
|
NO |
Indicates that no time type is specified. |
|
ABSOLUTE |
Indicates the absolute time. |
|
RELATIVE |
Indicates the relative time. |
|
UNLIMITED |
Indicates that the time type is not limited. |
(4) Waiting
This constant indicates whether there are wait conditions that have not been met.
The following table lists and describes the character string constants for the Waiting constant.
|
Constant |
Description |
|---|---|
|
NONE |
Indicates that there is no information. |
|
UNSUPPORTED |
Indicates an unsupported type. |
|
WAITING_YES |
Indicates that there are wait conditions that have not been met. |
|
WAITING_NO |
Indicates that all wait conditions have been met. |
(5) DelayMonitor
This constant indicates the method of monitoring delays for jobnets.
The following table lists and describes the character string constants for the DelayMonitor constant.
|
Constant |
Description |
|---|---|
|
NONE |
Indicates that there is no information. |
|
UNSUPPORTED |
Indicates an unsupported type. |
|
NOT |
Indicates delay monitoring is not performed. |
|
ABSOLUTE |
Indicates delay monitoring using an absolute time. |
|
ROOT |
Indicates delay monitoring using a relative time from the scheduled start time of the root jobnet. |
|
TOP |
Indicates delay monitoring using a relative time from the scheduled start time of the upper jobnet. |
|
OWN |
Indicates delay monitoring using a relative time from the scheduled start time of the local jobnet. |
(6) MonitoringJobnet
This constant indicates the method of monitoring end delays based on the time required for jobnet execution.
The following table lists and describes the character string constants for the MonitoringJobnet constant.
|
Constant |
Description |
|---|---|
|
NONE |
Indicates that there is no information. |
|
UNSUPPORTED |
Indicates an unsupported type. |
|
TIME_REQUIRED_FOR_EXECUTION_NO |
Indicates that end delays in jobnet execution are not monitored based on the time required for jobnet execution. |
|
TIME_REQUIRED_FOR_EXECUTION_YES |
Indicates that end delays in jobnet execution are monitored based on the time required for jobnet execution. |
(7) ExecOrderMethod
This constant indicates the execution order control method of a jobnet.
The following table lists and describes the character string constants for the ExecOrderMethod constant.
|
Constant |
Description |
|---|---|
|
NONE |
Indicates that there is no information. |
|
UNSUPPORTED |
Indicates an unsupported type. |
|
ASYNC |
Indicates that the definition is followed (asynchronous). |
|
SYNC |
Indicates that the definition is followed (synchronous). |
|
CHANGE_ASYNC |
Indicates that the asynchronous method is applied. |
|
CHANGE_SYNC |
Indicates that the synchronous method is applied. |