Provided by: libglobus-gram-protocol-doc_12.15-2_all
NAME
Globus::GRAM::JobState - GRAM Protocol JobState Constants
DESCRIPTION
The Globus::GRAM::JobState module defines symbolic names for the JobState constants in the GRAM Protocol. Methods $value = Globus::GRAM::JobState::PENDING() Return the value of the PENDING constant. $value = Globus::GRAM::JobState::ACTIVE() Return the value of the ACTIVE constant. $value = Globus::GRAM::JobState::FAILED() Return the value of the FAILED constant. $value = Globus::GRAM::JobState::DONE() Return the value of the DONE constant. $value = Globus::GRAM::JobState::SUSPENDED() Return the value of the SUSPENDED constant. $value = Globus::GRAM::JobState::UNSUBMITTED() Return the value of the UNSUBMITTED constant. $value = Globus::GRAM::JobState::STAGE_IN() Return the value of the STAGE_IN constant. $value = Globus::GRAM::JobState::STAGE_OUT() Return the value of the STAGE_OUT constant. $value = Globus::GRAM::JobState::ALL() Return the value of the ALL constant.