File: Zombie.rst

package info (click to toggle)
ecflow 5.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,868 kB
  • sloc: cpp: 269,341; python: 22,756; sh: 3,609; perl: 770; xml: 333; f90: 204; ansic: 141; makefile: 70
file content (103 lines) | stat: -rw-r--r-- 1,925 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
ecflow.Zombie
/////////////


.. py:class:: Zombie
   :module: ecflow

   Bases: :py:class:`~Boost.Python.instance`

Represent a zombie process stored by the server


.. py:method:: Zombie.adopt( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.allowed_age( (Zombie)arg1) -> int
   :module: ecflow


.. py:method:: Zombie.attr( (Zombie)arg1) -> ZombieAttr
   :module: ecflow


.. py:method:: Zombie.block( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.calls( (Zombie)arg1) -> int
   :module: ecflow


.. py:method:: Zombie.duration( (Zombie)arg1) -> int
   :module: ecflow


.. py:method:: Zombie.empty( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.fail( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.fob( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.host( (Zombie)arg1) -> str
   :module: ecflow


.. py:method:: Zombie.jobs_password( (Zombie)arg1) -> str
   :module: ecflow


.. py:method:: Zombie.kill( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.last_child_cmd( (Zombie)arg1) -> ChildCmdType
   :module: ecflow


.. py:method:: Zombie.manual_user_action( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.path_to_task( (Zombie)arg1) -> str
   :module: ecflow


.. py:method:: Zombie.process_or_remote_id( (Zombie)arg1) -> str
   :module: ecflow


.. py:method:: Zombie.remove( (Zombie)arg1) -> bool
   :module: ecflow


.. py:method:: Zombie.try_no( (Zombie)arg1) -> int
   :module: ecflow


.. py:method:: Zombie.type( (Zombie)arg1) -> ZombieType
   :module: ecflow


.. py:method:: Zombie.type_str( (Zombie)arg1) -> str
   :module: ecflow


.. py:method:: Zombie.user_action( (Zombie)arg1) -> ZombieUserActionType
   :module: ecflow


.. py:method:: Zombie.user_action_str( (Zombie)arg1) -> str
   :module: ecflow


.. py:method:: Zombie.user_cmd( (Zombie)arg1) -> str
   :module: ecflow