Class TaskState

java.lang.Object
com.uc4.api.objects.TaskState

public class TaskState extends Object
Task states.
  • Field Details

    • ANY_ABEND

      public static final TaskState ANY_ABEND
      Task disrupted. ANY_ABEND combines all conditions with Return Codes between 1800 and 1899.
    • ANY_ABEND_EXCEPT_FAULT

      public static final TaskState ANY_ABEND_EXCEPT_FAULT
      System return code 1800-1819,1823-1899.
    • ANY_ACTIVE

      public static final TaskState ANY_ACTIVE
      System return code 1300-1799.
    • ANY_BLOCKED

      public static final TaskState ANY_BLOCKED
      System return code 1560,1562.
    • ANY_BLOCKED_OR_STOPPED

      public static final TaskState ANY_BLOCKED_OR_STOPPED
      System return code 1560-1564 .
    • ANY_EXCEPT_FAULT

      public static final TaskState ANY_EXCEPT_FAULT
      System return code 1800-1819,1823-1999.
    • ANY_OK

      public static final TaskState ANY_OK
      Task ended normally. ANY_OK combines all conditions with Return Codes between 1900 and 1999.
    • ANY_SKIPPED

      public static final TaskState ANY_SKIPPED
      Task skipped. ANY_SKIPPED is the listing of certain conditions(they may also be found in ANY_OK).
    • ANY_STOPPED

      public static final TaskState ANY_STOPPED
      System return code 1561,1563-1564.
    • ANY_WAITING

      public static final TaskState ANY_WAITING
      System return code 1301,1682-1700,1709-1710.
    • ENDED_CANCEL

      public static final TaskState ENDED_CANCEL
      Task canceled. The job itself, or the whole JobPlan, may have been canceled.
    • ENDED_EMPTY

      public static final TaskState ENDED_EMPTY
      Task ended empty. The activation was ended without error message (STOP NOMSG - Script statement).
    • ENDED_ESCALATED

      public static final TaskState ENDED_ESCALATED
      Aborted by escalation.
    • ENDED_INACTIVE_MANUAL

      public static final TaskState ENDED_INACTIVE_MANUAL
      Task was set inactive.
    • ENDED_INACTIVE

      public static final TaskState ENDED_INACTIVE
      Task is inactive.
    • ENDED_NOT_OK

      public static final TaskState ENDED_NOT_OK
      Task aborted (Return Code not 0).
    • ENDED_NOT_OK_SYNC

      public static final TaskState ENDED_NOT_OK_SYNC
      Task ended not ok beacause of Sync condition.
    • ENDED_OK

      public static final TaskState ENDED_OK
      Task ended normally (Return Code = 0).
    • ENDED_OK_OR_EMPTY

      public static final TaskState ENDED_OK_OR_EMPTY
      Task ended normally or is empty.
    • ENDED_OK_OR_INACTIVE

      public static final TaskState ENDED_OK_OR_INACTIVE
      Task ended normally or is inactive.
    • ENDED_SKIPPED

      public static final TaskState ENDED_SKIPPED
      Task skipped due to the WHEN condition.
    • ENDED_SKIPPED_SYNC

      public static final TaskState ENDED_SKIPPED_SYNC
      Task skipped due to the Sync condition.
    • ENDED_TIMEOUT

      public static final TaskState ENDED_TIMEOUT
      Task was not executed because time had expired (dependency condition).
    • ENDED_TRUNCATE

      public static final TaskState ENDED_TRUNCATE
      Transfer incomplete due to line limit.
    • ENDED_UNDEFINED

      public static final TaskState ENDED_UNDEFINED
      Task ended undefined (Agent ended ahead of schedule).
    • ENDED_VANISHED

      public static final TaskState ENDED_VANISHED
      Task vanished.
    • FAULT_ALREADY_RUNNING

      public static final TaskState FAULT_ALREADY_RUNNING
      Group running.
    • FAULT_NO_HOST

      public static final TaskState FAULT_NO_HOST
      Job could not start due to unavailable host.
    • FAULT_OTHER

      public static final TaskState FAULT_OTHER
      Task could not start due to another error.
    • USER_100_200

      public static final TaskState USER_100_200
      Task ended with a user return code between 100 and 200.
    • USER_147

      public static final TaskState USER_147
      Task ended with the user return code 147.
    • USER_201_299

      public static final TaskState USER_201_299
      Task ended with a user return code between 201 and 299.
    • USER_300

      public static final TaskState USER_300
      Task ended with the user return code 300.
    • USER_510

      public static final TaskState USER_510
      Task ended with a user return code 510.
    • USER_690

      public static final TaskState USER_690
      Task ended with a user return code 690.
    • WAITING_AGENT

      public static final TaskState WAITING_AGENT
      System return code 1685,1688-1689,1694,1696.
    • WAITING_AGENT_OR_AGENTGROUP

      public static final TaskState WAITING_AGENT_OR_AGENTGROUP
      System return code 1685,1688-1689,1694,1696.
    • WAITING_AGENTGROUP

      public static final TaskState WAITING_AGENTGROUP
      System return code 1686-1687.
    • WAITING_EXTERNAL

      public static final TaskState WAITING_EXTERNAL
      System return code 1690.
    • WAITING_GROUP

      public static final TaskState WAITING_GROUP
      System return code 1710.
    • WAITING_QUEUE

      public static final TaskState WAITING_QUEUE
      System return code 1684.
    • WAITING_SYNC

      public static final TaskState WAITING_SYNC
      System return code 1697.
    • ANY_OK_OR_UNBLOCKED

      public static final TaskState ANY_OK_OR_UNBLOCKED
      System return code 1900-1999,1899.
    • ENDED_SKIPPED_CONDITIONS

      public static final TaskState ENDED_SKIPPED_CONDITIONS
      System return code 1933.
    • ENDED_OK_OR_UNBLOCKED

      public static final TaskState ENDED_OK_OR_UNBLOCKED
      System return code 1900,1899.
  • Constructor Details

    • TaskState

      public TaskState(String name)
      Constructs a new TaskState from the specified name.
      Parameters:
      name - Name
    • TaskState

      public TaskState(String name, int state)
      Constructs a new TaskState from the specified name and state.
      Parameters:
      name - Name
      state - The state value.
  • Method Details

    • getName

      public String getName()
      Returns the name of the task state.
      Returns:
      Name
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getState

      public int getState()
      Return the TaskState state.
      Returns:
      The task state as numeric value.
    • isStateDeleted

      public boolean isStateDeleted()
      Checks if the TaskState has the deleted state. This is usually a state if one task was replaced by another task during monitor modifications.
      Returns:
      True if getState() is JobPlanMonitor.Task.DELETED_LINE_STATE