Stash Software API  2.0.0
Static Public Attributes | List of all members
sProcess.dataLib.RunLevel Class Reference

[ ENUM CLASS ] - Run level. More...

Inheritance diagram for sProcess.dataLib.RunLevel:
sCore.enumAbs.Enum

Static Public Attributes

int kAll = 0
 [ int ] - Run pre dependencies, process and post dependencies. More...
 
int kPreDependenciesOnly = 1
 [ int ] - Run only pre dependencies. More...
 
int kPostDependenciesOnly = 2
 [ int ] - Run only post dependencies. More...
 
int kPreAndPostDependenciesOnly = 3
 [ int ] - Run only pre and post dependencies. More...
 
int kProcessOnly = 4
 [ int ] - Run process only without pre and post dependencies. More...
 
int kProcessAndPostDependenciesOnly = 5
 [ int ] - Run process and post dependencies only. More...
 

Additional Inherited Members

- Public Member Functions inherited from sCore.enumAbs.Enum
def listAttributes (cls, stringOnly=True, getValues=True, removeK=True, startAttrNamesLower=False)
 List static public attributes of the class. More...
 
def listAttributeElements (cls, attribute)
 List elements of a static public attribute. More...
 
def getAttributeNameFromValue (cls, value, removeK=True, defaultAttributeName=None, startLower=False)
 Get the name of the attribute for given value. More...
 
def getValueFromAttributeName (cls, attribute, removeK=False, defaultValue=None)
 Get value from attribute name. More...
 
def asDict (cls, removeK=True)
 Get all the attributes and their values in a dict instance. More...
 

Detailed Description

[ ENUM CLASS ] - Run level.

Member Data Documentation

◆ kAll

int sProcess.dataLib.RunLevel.kAll = 0
static

[ int ] - Run pre dependencies, process and post dependencies.

◆ kPreDependenciesOnly

int sProcess.dataLib.RunLevel.kPreDependenciesOnly = 1
static

[ int ] - Run only pre dependencies.

◆ kPostDependenciesOnly

int sProcess.dataLib.RunLevel.kPostDependenciesOnly = 2
static

[ int ] - Run only post dependencies.

◆ kPreAndPostDependenciesOnly

int sProcess.dataLib.RunLevel.kPreAndPostDependenciesOnly = 3
static

[ int ] - Run only pre and post dependencies.

◆ kProcessOnly

int sProcess.dataLib.RunLevel.kProcessOnly = 4
static

[ int ] - Run process only without pre and post dependencies.

◆ kProcessAndPostDependenciesOnly

int sProcess.dataLib.RunLevel.kProcessAndPostDependenciesOnly = 5
static

[ int ] - Run process and post dependencies only.


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