seq  3.1.0-pre1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lib.nodes.monitor.Monitor Class Reference

A monitoring node. More...

Inheritance diagram for lib.nodes.monitor.Monitor:
lib.nodes.interface._BaseNode

Public Member Functions

def __attrs_post_init__ (self)
 Assigns node's name and id. More...
 
def monit (self)
 
def __call__ (self, resume=False)
 
- Public Member Functions inherited from lib.nodes.interface._BaseNode
def result (self)
 Node's result. More...
 
def result (self, val)
 
def end_node (self)
 
def start_node (self)
 
def state (self)
 Gets the node state. More...
 
def full_state (self)
 Gets the node state. More...
 
def state (self, value)
 Sets the node state. More...
 
def in_error (self)
 
def skip (self)
 
def skip (self, flag=True)
 
def in_error (self, flag=True)
 
def make_sequence (self)
 does nothing More...
 
def make_task (self, node, input_list, resume)
 Creates the task object that executes the node. More...
 
def pause (self)
 
def resume (self)
 

Public Attributes

 name
 
 id
 

Static Public Attributes

 target = attr.ib(default=None, kw_only=True)
 
- Static Public Attributes inherited from lib.nodes.interface._BaseNode
 serial_number = attr.ib(kw_only=True, init=False, default=0)
 
 id = attr.ib(default=None, kw_only=True)
 
 name = attr.ib(default=None, kw_only=True)
 
 runtime_flags = attr.ib(default=0, kw_only=True)
 
 deps = attr.ib(default=attr.Factory(list), repr=False, kw_only=True, init=False)
 
 description = attr.ib(default="", kw_only=True)
 
 exception = attr.ib(init=False, default=None, repr=False)
 
 can_skip = attr.ib(default=True, init=False)
 
 hide = attr.ib(default=False, init=False)
 
 t_start = attr.ib(init=False, default=None, repr=False)
 
 t_end = attr.ib(init=False, default=None, repr=False)
 
 running_checkpoint
 

Detailed Description

A monitoring node.

Member Function Documentation

◆ __attrs_post_init__()

def lib.nodes.monitor.Monitor.__attrs_post_init__ (   self)

Assigns node's name and id.

◆ __call__()

def lib.nodes.monitor.Monitor.__call__ (   self,
  resume = False 
)

◆ monit()

def lib.nodes.monitor.Monitor.monit (   self)

Member Data Documentation

◆ id

lib.nodes.monitor.Monitor.id

◆ name

lib.nodes.monitor.Monitor.name

◆ target

lib.nodes.monitor.Monitor.target = attr.ib(default=None, kw_only=True)
static

The documentation for this class was generated from the following file: