Belle II Software  release-08-01-10
Script Class Reference
Inheritance diagram for Script:
Collaboration diagram for Script:

Public Member Functions

def __init__ (self, name, path, status, log_url=None, return_code=None, input=None, output=None)
 

Public Attributes

 name
 the name of the script file
 
 path
 path the script file is located
 
 status
 Output status of the script execution, can be one of the strings "failed", "finished", "running", "skipped", "waiting".
 
 log_url
 location where the log output of the script execution can be found
 
 return_code
 integer which is the return code of the script execution
 
 input
 input files for the script as declared in the header
 
 output
 output files produced by the script as declared in the header
 

Detailed Description

Contains information about a script and its execution output

Definition at line 89 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name,
  path,
  status,
  log_url = None,
  return_code = None,
  input = None,
  output = None 
)
Create a new Script object and fill all members

Definition at line 95 of file json_objects.py.


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