1JobSignal(3pm) User Contributed Perl Documentation JobSignal(3pm)
2
3
4
6 Globus::GRAM::JobSignal - GRAM Protocol JobSignal Constants
7
9 The Globus::GRAM::JobSignal module defines symbolic names for the
10 JobSignal constants in the GRAM Protocol.
11
12 Methods
13 $value = Globus::GRAM::CANCEL()
14 Return the value of the CANCEL constant.
15
16 $value = Globus::GRAM::SUSPEND()
17 Return the value of the SUSPEND constant.
18
19 $value = Globus::GRAM::RESUME()
20 Return the value of the RESUME constant.
21
22 $value = Globus::GRAM::PRIORITY()
23 Return the value of the PRIORITY constant.
24
25 $value = Globus::GRAM::COMMIT_REQUEST()
26 Return the value of the COMMIT_REQUEST constant.
27
28 $value = Globus::GRAM::COMMIT_EXTEND()
29 Return the value of the COMMIT_EXTEND constant.
30
31 $value = Globus::GRAM::STDIO_UPDATE()
32 Return the value of the STDIO_UPDATE constant.
33
34 $value = Globus::GRAM::STDIO_SIZE()
35 Return the value of the STDIO_SIZE constant.
36
37 $value = Globus::GRAM::STOP_MANAGER()
38 Return the value of the STOP_MANAGER constant.
39
40 $value = Globus::GRAM::COMMIT_END()
41 Return the value of the COMMIT_END constant.
42
43
44
45perl v5.16.3 2021-08-26 JobSignal(3pm)